jacob-8 / svelte-pieces

Useful Svelte UI pieces for building web apps

Home Page:https://svelte-pieces.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte-Pieces

code style

Read the Documentation and try out the components using Kitbook

Usage

  • Install: npm i -D svelte-pieces or pnpm add -D svelte-pieces
  • Import desired component, e.g. import { Button } from 'svelte-pieces'; or import Button from 'svelte-pieces/ui/Button.svelte';

Contributing

  • Start by running pnpm i, then pnpm dev - feel free to submit a pull request, though I advise creating an issue first to discuss your addition.

About

Useful Svelte UI pieces for building web apps

https://svelte-pieces.vercel.app

License:MIT License


Languages

Language:TypeScript 47.5%Language:Svelte 45.7%Language:CSS 5.9%Language:JavaScript 0.6%Language:HTML 0.3%