svelte-ui-library-kit
v0.1.3
Published
A powerful and flexible Svelte UI component library.
Downloads
12
Maintainers
Readme
Svelte UI Component Library
A powerful and flexible Svelte UI component library.
Installation
npm i svelte-ui-library-kit
Usage
<script>
import { Button } from "svelte-ui-library-kit";
</script>
<Button>Button</Button>
Styles
Components have default styles, which you can use like this:
<script>
import { Button } from "svelte-ui-library-kit";
</script>
<Button color="primary">Button</Button>