Mac Navigation Menu
A macOS-inspired navigation bar with a clean layout and dropdown sections for organized access to app features.
Loading...
Installation
Usage
API
Mac Navigate Menu Props
For NavigationMenuBar Component
| Attribute | Type | Description | Default |
|---|---|---|---|
| children | ReactNode | ReactNode[] | Content rendered inside the navigation bar. Typically includes NavigationMenuLogo and NavigationMenuItem components. | - |
| className | string | Additional CSS classes to customize the navigation bar styling. | - |
For NavigationMenuItem Component
| Attribute | Type | Description | Default |
|---|---|---|---|
| children | ReactNode | Label or content displayed for a navigation menu item. | - |
| href | string | Destination URL for the navigation menu item. | - |
| className | string | Additional CSS classes to customize the navigation item styling. | - |
For NavigationMenuLogo Component
| Attribute | Type | Description | Default |
|---|---|---|---|
| src | string | Source URL of the logo image displayed in the navigation bar. | - |
| alt | string | Alternative text describing the logo image for accessibility. | - |
| className | string | Additional CSS classes to customize the logo styling. | - |
Examples
With Tooltip
Loading...
Credits
This component is inspired by Rehman Kalawant Design Shared On Github.