flowbite-svelte-admin-dashboard

Flowbite Admin Dashboard components for Svelte


Keywords
svelte, sveltekit, tailwindcss, flowbite, ui, admin dashboard, signup
License
MIT
Install
npm install flowbite-svelte-admin-dashboard@1.1.0

Documentation

flowbite-svelte-admin-dashboard

Installation

# create a new project in my-app
# install tailwindcss
npx sv create my-app
cd my-app
pnpm i -D flowbite-svelte-admin-dashboard
# it's a good idea to update all dependencies
pnpm update
# run the server
pnpm dev