svelte-jawns
v0.0.23
Published
A customizable Svelte component library built with Tailwind and TypeScript
Downloads
1
Maintainers
Readme
Svelte Jawns
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.
Usage
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}'],