-
|
I am looking for a simple admin dashboard layout and could not find any. The one that find are based on some JS frameworks like React, which is an overkill for me. Anything simpler with some basic JS, DaisyUI tabs, side menus etc. If there is any such example, can you please point me in the right direction. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
daisyUI doesn't provide full page layouts (like admin dashboard, landing page, etc) yet. But it's really easy to make one yourself. Let me know if you have any questions |
Beta Was this translation helpful? Give feedback.
daisyUI doesn't provide full page layouts (like admin dashboard, landing page, etc) yet. But it's really easy to make one yourself.
It would be basically drawer + navbar and the rest depends on the content. You can use stat, table some charts, etc
Let me know if you have any questions