Admin Dashboard UI crafted with Shadcn and Vite. Built with responsiveness and accessibility in mind.
I've been creating dashboard UIs at work and for my personal projects. I always wanted to make a reusable collection of dashboard UI for future projects; and here it is now. While I've created a few custom components, some of the code is directly adapted from ShadcnUI examples.
- Light/dark mode
- Responsive
- Accessible
- Sidebar and header layouts
- 10+ pages
- Extra custom components
UI: ShadcnUI (TailwindCSS + RadixUI)
Build Tool: Vite
Routing: React Router
Type Checking: TypeScript
Linting/Formatting: Eslint & Prettier
Icons: Tabler Icons
Clone the project
git clone https://github.com/Azhar-lone/Shadcn-admin
Go to the project directory
cd Shadcn-admin
Install dependencies
npm install
Start the server
npm run dev
Crafted with 🤍 by @Azhar-lone
Licensed under the MIT License