You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
941 B
43 lines
941 B
2 years ago
|
# hd-navbar
|
||
|
|
||
|
Navbar 导航
|
||
|
|
||
|
## Props
|
||
|
|
||
|
<!-- @vuese:hd-navbar:props:start -->
|
||
|
|Name|Description|Type|Required|Default|
|
||
|
|---|---|---|---|---|
|
||
|
|backIconClass|返回按钮图标|`String`|`false`|ic_arrowleft_line|
|
||
|
|backIconColor|返回图标的颜色|`String`|`false`|#333|
|
||
|
|bgColor|导航条背景颜色|`String`|`false`|#fff|
|
||
|
|bgImage|导航条背景图片|`String`|`false`|-|
|
||
|
|bg|-|`String`|`false`|-|
|
||
|
|isBack|是否可以返回|`Boolean` / `String`|`false`|true|
|
||
|
|showLine|-|`Boolean`|`false`|true|
|
||
|
|navHidden|/ 导航栏是否透明|`Boolean`|`false`|false|
|
||
|
|title|标题|`String`|`false`|-|
|
||
|
|
||
|
<!-- @vuese:hd-navbar:props:end -->
|
||
|
|
||
|
|
||
|
## Events
|
||
|
|
||
|
<!-- @vuese:hd-navbar:events:start -->
|
||
|
|Event Name|Description|Parameters|
|
||
|
|---|---|---|
|
||
|
|backClick|-|-|
|
||
|
|
||
|
<!-- @vuese:hd-navbar:events:end -->
|
||
|
|
||
|
|
||
|
## Slots
|
||
|
|
||
|
<!-- @vuese:hd-navbar:slots:start -->
|
||
|
|Name|Description|Default Slot Content|
|
||
|
|---|---|---|
|
||
|
|right|-|-|
|
||
|
|
||
|
<!-- @vuese:hd-navbar:slots:end -->
|
||
|
|
||
|
|