Sean Lynch

Results 327 comments of Sean Lynch

CSS-only usage is now available in [2.0.0-next.39](https://github.com/techniq/layerchart/releases/tag/layerchart%402.0.0-next.39) which means `import {... } from 'layerchart'` "just works"! See also the newly added standalone [example](https://github.com/techniq/layerchart/tree/next/examples/standalone) or [REPL](https://svelte.dev/playground/c5e73cb55a0045cca83e74b5cdfa3b65?version=5.39.6) (which now works!)

Thanks for the issue @hahn-kev. At the moment `autoFocus` is just a convenience to add the `autoFocus` action as the initial `actions` value (save an import and less boilerplate) since...

@shyakadavis [Let's go!](https://www.youtube.com/watch?v=qmsaUQ7JQOo) 😁

Hi @cliffordkleinsr 👋, thanks for the report. This is something I plan to investigate/resolve when I fully [migrate](https://github.com/techniq/layerchart/issues/159) to Svelte 5 (runes, snippets). I noticed this started when I updated...

Looks like `reactive_declaration_non_reactive_property` warnings might be getting cleaned up in an upcoming release. https://github.com/sveltejs/svelte/pull/14663

Resolved via #458 and released as [[email protected]](https://github.com/techniq/layerchart/releases/tag/layerchart%402.0.0-next.2)

Hey @mitjakukovec 👋 No examples or official support yet, but @coryvirok has been exploring this in https://github.com/techniq/layerchart/pull/439 ([example](https://coryvirok-add-sync-brush-con.layerchart.pages.dev/docs/examples/SyncBrushContext)). Still a lot of investigation and refinement to be done, but so...

![tom-hanks-hello-gif](https://github.com/huntabyte/shadcn-svelte/assets/177476/a8dd4848-93ce-4205-8723-3a083db4cdf5)

Btw, using LayerChart with shadcn-svelte is already possible. See the integration [issue](https://github.com/techniq/layerchart/issues/160) (which will make it to the docs soon) as well as a simple example [project](https://github.com/techniq/layerchart-shadcn-svelte). Mostly the integration...

@0x090909 speaking for @huntabyte, but the docs integration will be coming. Mostly exposing the same examples in LayerChart but with shadcn-svelte copy/paste.