What problem does it solve?
Streamlines the creation of a consistent mobile bottom navigation pattern for internal Next.js 14+ applications by providing a ready-to-use, production-grade component set with accessible interactions, role-based filtering, and built-in state persistence.
Core Features & Use Cases
- 3-column icon grid submenus: Each submenu is displayed as a grid of icons with labels for quick navigation.
- Accordion-based More menu: Overflow groups are organized into expandable sections with group counts, icons, and a 3-column grid of actions.
- Role-based filtering & smart active detection: Navigation adjusts to user roles and highlights the current page with smooth animations.
- Submenu expansion above the navbar: Submenus open above the bar with a backdrop, improving focus.
- State persistence & hydration safety: Uses Zustand with localStorage and hydration guards to preserve navigation state across sessions.
Quick Start
Copy all component assets from this skill's assets directory and integrate the BottomNav into your Next.js app to replicate the pattern quickly.