Navbar
Top navigation bar
Introduction
The navigation header provides common interactive elements.
On larger devices, it becomes a part of sidebar.
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 |
Last updated on