Skip to content

Files

Latest commit

 

History

History
19 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 310 Bytes

flowbite-svelte but better

Clone of flowbite-react but for Svelte without the jank of flowbite-svelte.

Using

Run

npm i @edde746/flowbite-svelte

then use like this:

<script>
    import { Button } from '@edde746/flowbite-svelte';
</script>

<Button color="blue">Hello World</Button>