NavBar
Install
Usage
Basic Usage
Advanced Usage
API
| Attribute |
Description |
Type |
Default |
Accepted Values |
| title |
Title |
String |
'' |
- |
| left-text |
Left Text |
String |
'' |
- |
| right-text |
Right Text |
String |
'' |
- |
| left-arrow |
Whether to show left arrow |
Boolean |
false |
- |
| fixed |
Whether to fixed top |
Boolean |
false |
- |
| z-index |
Z-index |
Number |
1 |
- |
Slot
| name |
Description |
| title |
Custom title |
| left |
Custom left side content |
| right |
Custom right side content |
Event
| Event |
Description |
Arguments |
| click-left |
Triggered when click left button |
- |
| click-right |
Triggered when click right button |
- |