Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chaudhuree/dashboard-layout-using-react-daisyui
- Owner: chaudhuree
- Created: 2024-07-17T00:56:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T01:00:58.000Z (4 months ago)
- Last Synced: 2024-07-17T04:15:21.196Z (4 months ago)
- Topics: daisyui, react, react-icons
- Language: JavaScript
- Homepage: https://dashboard-layout-react-daisy.netlify.app
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
);
}
```