Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Daisy UI Admin Dashboard Template - DashWind
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

This is a free admin dashboard template that uses **Daisy UI** and React js. It has **fully customizable and themable CSS** CSS and is powered by Tailwind CSS utility classes. Additionally, it comes with **redux toolkit** and other libraries already set up.
This is a free admin dashboard template that uses **Daisy UI** and React js. It has **fully customizable and themable CSS** CSS and is powered by Tailwind CSS utility classes. Additionally, it comes with **zustand** and other libraries already set up.


## Preview
Expand All @@ -21,7 +21,7 @@ This is a free admin dashboard template that uses **Daisy UI** and React js. It
- **Light/dark** mode toggle
- Token based user **authentication**
- **Submenu support** in sidebar
- Store management using **redux toolkit**
- Store management using **zustand**
- **Daisy UI** components and **Tailwind** support
- **Right and left sidebar**, Universal loader, notifications
- **Calendar**, global modal, **chart js 2** and other components
Expand All @@ -47,7 +47,7 @@ Go to project directory and run (make sure you have node installed first)
- [Tailwind CSS v3.3.6](https://tailwindcss.com/)
- [Daisy UI v4.4.19](https://daisyui.com/)
- [HeroIcons](https://heroicons.com/)
- [Redux toolkit v1.9](https://redux-toolkit.js.org/)
- [Zustand v5.0.3](https://zustand-demo.pmnd.rs/)
- [React ChartJS 2 v5](https://react-chartjs-2.js.org/)

## Documentation
Expand Down
207 changes: 41 additions & 166 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading