Svelte-Pieces
Built using Kitbook, UnoCSS, and Iconify icons - you don't need UnoCSS installed for these components to work properly as the classes get generated at packaging time by the to @unocss/svelte-scoped preprocessor.
Usage
- Install: npm i -D svelte-piecesorpnpm add -D svelte-pieces
- Import desired component, e.g. import { Button } from 'svelte-pieces';orimport Button from 'svelte-pieces/ui/Button.svelte';
Contributing
- Start by running pnpm install, thenpnpm dev- feel free to submit a pull request, though I advise creating an issue first to discuss your addition.
- We use Conventional Commits.