sveltekev
v1.0.9
Published
Svelte components library by Kevin <3.
Downloads
3
Readme
Installation
Install SvelteKev with npm
npm install sveltekev
Tailwind is required!
Usage/Example
import { Button } from 'sveltekev'
<Button
onClick={() => alert('hello')}
>
Alert!
</Button>