Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.
Install sveltekit
, tailwindcss
, and svelte-5-ui-lib
, update dependencies to install the latest:
npx sv create myapp // select to install tailwindcss
cd myapp
pnpm i -D svelte-5-ui-lib
pnpm run dev
MIT