A free, open-source dashboard template built with Tailwind CSS. Perfect for admin panels
- 🎨 Built with Tailwind CSS by CDN Tailwinds
- 📱 Fully Responsive Design
- 📝 More Components
- 🔐 Authentication Pages
- 🎯 Easy to Customize
- 📦 Easy to Use
- 🚀 Fast Loading
- Basic knowledge of HTML and CSS
- Text editor (VS Code recommended)
- Clone the repository
git clone https://github.com/abdulrahemfaqih/template-dashboard-tailwindcss.git
- Navigate to project directory
cd template-dashboard-tailwindcss
- Open the index.html file in your browser
# If you have PHP installed
use live server in vs code or manually run file in browser
- Start customizing the template to fit your needs
template/
├── componnets/
│ ├── alerts
│ └── button
│ └── input
├── pages/
│ ├── form
│ └── table
│ └── login
│ └── register
└── index.html
-
Add
rotate-180
class to arrow SVG: -
Remove
hidden
class from submenu: -
Add
bg-gray-100
to active menu item: