svelte-pieces
v2.0.0-next.16
Published
Useful Svelte UI pieces for building web apps
Downloads
410
Maintainers
Readme
Svelte-Pieces
Read the Documentation and try out the components using Kitbook
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-pieces
orpnpm 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.