Navigation Components

Navigation components help users move through your application. Choose between horizontal navigation bars for top-level navigation and vertical navigation lists for sidebar menus.

Navbar

The navbar component provides a responsive horizontal navigation bar, typically used at the top of your application.

Basic Navbar

100%

Color Variants

Navbars support different color schemes to match your brand or create visual hierarchy.

Colored Navbars

100%

Navlist

The navlist component creates vertical navigation menus, perfect for sidebars and secondary navigation.

Basic Navlist

100%

Navigation

Dashboard Team Settings

Grouped Navigation

Create structured navigation with grouped items and headers.

Grouped Navlist

100%
Main
Dashboard Analytics
Team
Members Projects

API Reference

Navbar Properties

Property Type Default Description color string 'white' Background color theme

Navlist Properties

Property Type Default Description color string 'zinc' Color theme for active items

Navigation Item Properties

Property Type Default Description current boolean false Indicates active state icon string - Icon name (navlist only) href string - Navigation URL

Available Slots

Slot Description brand Logo or brand content items Navigation items

Best Practices

  • Keep navigation items clear and concise
  • Use icons in navlists to improve visual recognition
  • Clearly indicate the current page or section
  • Group related navigation items together
  • Consider mobile responsiveness for navbars
  • Use consistent navigation patterns throughout your app
Pro tip: Use the current attribute to highlight the active navigation item and improve user orientation.