NavBar
Component documentation for NavBar.
NavBar
Component documentation for NavBar.
Basic Usage
NavBar
Demo loads on client.
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | '' | Description for title. |
fixed | boolean | false | Description for fixed. |
safeAreaTop | boolean | true | Description for safeAreaTop. |
showBack | boolean | false | Description for showBack. |
disabled | boolean | false | Description for disabled. |
zIndex | number | 2000 | z-index |
Slots
| Name | Description |
|---|---|
left | Description for left. |
title | Description for title. |
right | Description for right. |
Events
| Event | Params | Description |
|---|---|---|
back | - | Description for back. |
click-left | - | Description for click-left. |
click-right | - | Description for click-right. |
Was this helpful?