|
|
3 månader sedan | |
|---|---|---|
| .. | ||
| .github | 3 månader sedan | |
| old_semiui | 3 månader sedan | |
| public | 3 månader sedan | |
| src | 3 månader sedan | |
| .env.example | 3 månader sedan | |
| .gitignore | 3 månader sedan | |
| .prettierignore | 3 månader sedan | |
| .prettierrc | 3 månader sedan | |
| CHANGELOG.md | 3 månader sedan | |
| LICENSE | 3 månader sedan | |
| README.md | 3 månader sedan | |
| components.json | 3 månader sedan | |
| cz.yaml | 3 månader sedan | |
| eslint.config.js | 3 månader sedan | |
| index.html | 3 månader sedan | |
| knip.config.ts | 3 månader sedan | |
| netlify.toml | 3 månader sedan | |
| package.json | 3 månader sedan | |
| pnpm-lock.yaml | 3 månader sedan | |
| tsconfig.app.json | 3 månader sedan | |
| tsconfig.json | 3 månader sedan | |
| tsconfig.node.json | 3 månader sedan | |
| vite.config.ts | 3 månader sedan | |
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.
This is not a starter project (template) though. I'll probably make one in the future.
UI: ShadcnUI (TailwindCSS + RadixUI)
Build Tool: Vite
Routing: TanStack Router
Type Checking: TypeScript
Linting/Formatting: Eslint & Prettier
Icons: Lucide Icons, Tabler Icons (Brand icons only)
Auth (partial): Clerk
Clone the project
git clone https://github.com/satnaing/shadcn-admin.git
Go to the project directory
cd shadcn-admin
Install dependencies
pnpm install
Start the server
pnpm run dev
If you find this project helpful or use this in your own work, consider sponsoring me to support development and maintenance. You can buy me a coffee as well. Don’t worry, every penny helps. Thank you! 🙏
For questions or sponsorship inquiries, feel free to reach out at [email protected].
Crafted with 🤍 by @satnaing
Licensed under the MIT License