Expandable navbar (sidebar) #4601
Replies: 8 comments 8 replies
-
Yes, this would be great! I am trying to implement this but having a terrible time. |
Beta Was this translation helpful? Give feedback.
-
Have you found the example? |
Beta Was this translation helpful? Give feedback.
-
@rtivital maybe you have some update? most libraries I've checked have it. |
Beta Was this translation helpful? Give feedback.
-
@atumas-bananamilk The most obvious solution IMO is to utilize |
Beta Was this translation helpful? Give feedback.
-
I support this one. It would make the AppShell more compatible with mobile devices. |
Beta Was this translation helpful? Give feedback.
-
Please implement this feature I would really love it for my project |
Beta Was this translation helpful? Give feedback.
-
WE NEED THIS!!! |
Beta Was this translation helpful? Give feedback.
-
Attached is a very simple collapsible sidebar component that I mounted with mantine, as a suggestion `typescript const data = [ export function Sidebar() {
} .navbarMain { .header { .footer { .link {
} .linkIcon { /* NavbarSimple.module.css */ .expandButton { .iconRotated { .header { .expandButton { ` |
Beta Was this translation helpful? Give feedback.
-
Could we get an expandable navbar (sidebar) example in Mantine UI?
Probably just a button to smoothly minimise the navbar into its icons, and icons should be taken from NavLinks.
Expanded:
Minimised:
Beta Was this translation helpful? Give feedback.
All reactions