Sean Lynch
Sean Lynch
Sorry, this component is undocumented at the moment. It's primarily used by [Svelte UX](https://github.com/techniq/svelte-ux/blob/e1fc9305ebe8168fbc1cfaee20561163a19a9576/packages/svelte-ux/src/routes/%2Blayout.svelte#L234-L241) and [LayerChart](https://github.com/techniq/layerchart/blob/9d9e64a85fa2e9ef7e333eb83cc5482908d3c14a/packages/layerchart/src/routes/%2Blayout.svelte#L145-L149)'s docs ATM but you should be able to look at the usage as an...
Hey @cycle4passion, I'm definitely open to the idea of adding the `@component` docs (I already watched that video when it came out 😁). Migrating the docs to run on Svelte...
Hi @ariefsn, thanks for the kind words. Sadly, you've encountered an outstanding issue I need to [address](https://github.com/techniq/layerchart/blob/main/packages/layerchart/src/lib/components/charts/BarChart.svelte#L261), and hope to as part of the Svelte 5 migration (the short is...
Hey @zacharya19 👋 In LayerChart `next` we consolidated most of these slots props into a single `context` snippet argument. This is equivalent to the above: ```svelte {#snippet aboveMarks({ context, visibleSeries...
Actually the issue might be that Svelte 5 now natively supports Typescript, but in Svelte 4 it would be preprocessed away (I believe). 
@ryanatkn This looks great! Let me dig in and give it a test with Svelte UX (and LayerChart if all goes well). Does this only support Svelte 5 syntax (`$props`,...
In the short term I decided to remove the API docs as it was the only show stopper from deploying the doc sites with Svelte 5, and there currently isn't...
This looks very promising... https://github.com/svelte-docgen/svelte-docgen Gave their [playground](https://svelte-docgen.pages.dev/) a quick test with Svelte 4 and 5 syntax and worked great. Only a single release so far, but looks very robust....
Thanks @cycle4passion 🫶. I updated the way the `layerchart` package is imported and also use `` instead of `` (which aligns with our other examples and fixed dark mode styling...
Hey @brandonmcconnell, that's interesting. I wonder if there is also some external styling bleeding in, or an older version of tailwind causing a conflict (I had this initially since the...