Navbar
Top navigation bar
Introduction
The navigation header provides common interactive elements.
Sidebar
On docs layout, it becomes a part of sidebar when the sidebar is shown.
Transparent Mode
To make the navbar background transparent, you can configure transparent mode.
It uses the none mode by default.
| Mode | Description | 
|---|---|
| always | Always use a transparent background | 
| top | When at the top of page | 
| none | Disable transparent background | 
Reference
| Prop | Type | Default | 
|---|---|---|
| enabled | boolean | - | 
| component | ReactNode | - | 
| enableSearch | boolean | - | 
| children | ReactNode | - | 
| title | ReactNode | - | 
| url | string | '/' | 
| transparentMode | "always" | "top" | "none" | none | 
Edit on GitHub
Last updated on
