svelte-5-ui-lib
Version:
Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.
21 lines (13 loc) • 447 B
Markdown
# Svelte 5 UI Lib
Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.
- [Docs](https://svelte-5-ui-lib.codewithshin.com/)
## Installation
Install `sveltekit`, `tailwindcss`, and `svelte-5-ui-lib`, update dependencies to install the latest:
```sh
npx sv create myapp // select to install tailwindcss
cd myapp
pnpm i -D svelte-5-ui-lib
pnpm run dev
```
## License
MIT