A collection of Svelte components built with TypeScript and styled with Tailwind.
Work still very much in progress: 1.0 Checklist
â ď¸ đď¸ Per SemVer 2.0.0 rule #4 breaking changes are allowed in every v0.x.y
release breaking changes. Upgrade with caution. There be dragons here.
To use these components in your project you must have Tailwind installed (and why wouldn't you? it rocks!) and make 1 required config change so that the Tailwind JIT compiler will handle all of the classes used in svelte-jawns
:
Edit your tailwind.config.cjs to add node_modules/svelte-jawns
as content that Tailwind JIT should consider:
content: [...,'./node_modules/svelte-jawns/**/*.{html,js,svelte,ts}'],