Skaffa is a small and minimalistic UI/UX component library for Svelte and Sapper projects.
Note: 🚧 This library is a work in progress 🚧
npm install skaffa
<script> import { Button } from 'skaffa'; </script> <Button>Click me!</Button>