-
Amazing lib for a backend developer trying to make something frontend wise 🎉 Right now the the drawer component and specific example 'navbar menu for desktop + drawer for mobile' is only expanded in navigation area. Is there anyway to configure it to make it expand fully vertical in mobile? Edit: I found an example on how I wanted the drawer to act and look like: https://tailwindcomponents.com/component/navbar-hamburger-menu/landing |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Use |
Beta Was this translation helpful? Give feedback.
-
You can put everything (navbar, main content, footer) inside |
Beta Was this translation helpful? Give feedback.
You can put everything (navbar, main content, footer) inside
drawer-content
.Example: https://play.tailwindcss.com/9XU7q8gR0o?size=800x565
Drawer is a grid layout with
drawer-side
anddrawer-content
next to each other. everything insidedrawer-content
is the content of this layout and overlay will cover it.