1.0.9 • Published 1 year ago
sveltekev v1.0.9

Installation
Install SvelteKev with npm
npm install sveltekevTailwind is required!
Usage/Example
import { Button } from 'sveltekev'
<Button
onClick={() => alert('hello')}
>
Alert!
</Button>
Install SvelteKev with npm
npm install sveltekevTailwind is required!
import { Button } from 'sveltekev'
<Button
onClick={() => alert('hello')}
>
Alert!
</Button>