@sierra-95/svelte-ui is a component library built for the Svelte ecosystem. It offers expressive, accessible, and flexible components to accelerate your Svelte projects.
To get started, install the package via npm:
bash
Loading...Add this in your app.html
html
Loading...Add this in your app.css
css
Loading...And thats it!
Usage Example
After installation, import any component you want to use. For example, to add a button:
svelte
Loading...