Bar
Horizontal navigation bar with dropdown menus.
Overview
Displays a horizontal navigation bar with dropdown menus for organizing multi-level links. Typically used inside Main Nav for desktop layouts.
Properties
navData array | default: array
Array of navigation items with name, path, and optional children (up to 3 levels).
Item Properties:
name string
The display text for the navigation item.
path string
The URL/path for the navigation item.
children array
Optional nested navigation items (level 2).
Item Properties:
name string
The display text for the navigation item.
path string
The URL/path for the navigation item.
children array
Optional nested navigation items (level 3, final level).
Item Properties:
name string
The display text for the navigation item.
path string
The URL/path for the navigation item.