1.0.9 • Published 11 months ago
sveltekev v1.0.9
Installation
Install SvelteKev with npm
npm install sveltekev
Tailwind is required!
Usage/Example
import { Button } from 'sveltekev'
<Button
onClick={() => alert('hello')}
>
Alert!
</Button>