You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Flowbite-React uses NavbarCollapse for small screens, but a Drawer (side menu) could be a modern and smooth alternative. This would provide a better mobile experience and more flexibility for developers.
Proposal:
Add a NavBarDrawer component that would activate on smaller screens (e.g., sm:hidden) and display a sliding drawer menu instead of NavbarCollapse.
Benefits:
Improved mobile user experience.
More flexibility to choose between a classic menu or a Drawer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal: Add a
NavBarDrawer
for Small ScreensHi,
Currently, Flowbite-React uses
NavbarCollapse
for small screens, but aDrawer
(side menu) could be a modern and smooth alternative. This would provide a better mobile experience and more flexibility for developers.Proposal:
Add a
NavBarDrawer
component that would activate on smaller screens (e.g.,sm:hidden
) and display a sliding drawer menu instead ofNavbarCollapse
.Benefits:
Drawer
.Beta Was this translation helpful? Give feedback.
All reactions