This project showcases five popular Tailwind CSS-based UI libraries with interactive dashboard examples:
- shadcn/ui
- Chakra UI
- Aceternity UI
- Franken UI
- Park UI
- Bulma UI
- React Aria
- Tremor UI
- Varcel UI
- Cult UI
- Next UI
-
Clone the repository:
git clone https://github.com/ant3869/tailwind-ui-showcase.git cd tailwind-ui-showcase
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
- React
- Vite
- Tailwind CSS
- Lucide React (for icons)
- Recharts (for data visualization)
The application provides a simple navigation system that allows you to switch between different UI library showcases. Each showcase is implemented as a separate component, demonstrating the unique design language and components of its respective library.
MIT