Sean Lynch
Sean Lynch
- [x] Support simple types (numbers, strings, booleans) - [x] Support objects - [x] Support arrays - Return array even if single item - Arrays of simple types - Arrays...
It would be useful to be able to drag a [Dialog](https://github.com/techniq/app-peak/blob/master/src/lib/components/common/Dialog.svelte) (or at least minimize or make it transparent) to be able to see behind it Might be as simple...
Add notice to "View data" dialog that serialization (`JSON.stringify()`) has been applied and will affect objects (namely `Date`). 
Resolves #223
- Mixing rendering contexts (``, ``, etc) will make some options more difficult / impossible - Download as PNG - If using only ``, should be able to use: -...
## TODO - [ ] Improve structure - [ ] Improve default styling - [ ] Support TooltipItem colors - [ ] Add default slot implementation Instead of ```svelte formatDate(data.date,...
This idea has been in my head for some time, but I figure it's time to formally write it down, as it would simplify the "basic" use cases (especially for...
Provide examples to specifying Tailwind colors (or mapping to existing theme colors with other frameworks). Would be nice to provide integration examples for: ## shadcn-svelte `tailwind.config.ts` ```js export default {...
- Using ` ... }} >` - Applying directly to components (`on:click`) - Overriding slots (`...`)