Free admin dashboard template created with Tailwind CSS and Alpine.js.
You can check the demo here 👉 DEMO
You can use these components in any project where Tailwind CSS and Alpine.js are installed, just make sure you are configured primary and secondary colors in tailwind.config.js and you have @tailwindcss/forms plugin installed.
If you don't want to use primary and secondary colors, replace primary
, primary-dark
, secondary
and secondary-dark
for
colors you want in all components where those colors are used.
If you want to use customized scrollbar, make sure to configure that also in tailwind.config.js.
Check tailwind.config.js
file to see how to configure everything properly.
In the project directory run npm install
command to install all required packages.
After installation is completed, run npm run dev
command and you will have project running at http://localhost:3000/.
Enjoy 🌴
The project is open-sourced software licensed under the MIT license.