Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaudhuree/dashboard-layout-using-react-daisyui

This is a custom dashboard layout for any react project dashboard implementation
https://github.com/chaudhuree/dashboard-layout-using-react-daisyui

daisyui react react-icons

Last synced: 4 days ago
JSON representation

This is a custom dashboard layout for any react project dashboard implementation

Awesome Lists containing this project

README

        

#### import DrawerComponent in a page and wrap the content in the DrawerComponent

```jsx
import DrawerComponent from "../components/DrawerComponent";

export default function Dashboard() {
return (



Dashboard



);
}
```