ZedAdmin
Dropdown component
This project is under heavy development, but you can still check the demo, open an issue, or check the issues tab to find a good way to contribute.
ZedAdmin is like any other HTML Admin Panel that you have been used by today. You could clone or download the source code and start building your amazing admin panels with it!
If you want to customize ZedAdmin, add or edit a few classes, you need NodeJS
to build the project.
under the hood, the project is built with PostCSS, so if you want to create some changes, you have to edit src/css
folder and use the command below to build your project:
npm run dev
You can also use this command if you are developing continuously:
npm run watch