forked from lsl/xzjl-ui
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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| README.en-US.md | 3 years ago | |
| README.md | 3 years ago | |
| notice-bar.d.ts | 3 years ago | |
| notice-bar.js | 3 years ago | |
| notice-bar.json | 3 years ago | |
| notice-bar.wxml | 3 years ago | |
| notice-bar.wxss | 3 years ago | |
| props.d.ts | 3 years ago | |
| props.js | 3 years ago | |
| type.d.ts | 3 years ago | |
| type.js | 3 years ago | |
README.en-US.md
:: BASE_DOC ::
API
NoticeBar Props
| name | type | default | description | required |
|---|---|---|---|---|
| content | String / Array / Slot | - | - | N |
| direction | String | horizontal | options:horizontal/vertical | N |
| external-classes | Array | - | ['t-class', 't-class-content', 't-class-prefix-icon', 't-class-operation', 't-class-suffix-icon'] |
N |
| operation | String / Slot | - | - | N |
| marquee | Boolean / Object | false | Typescript:boolean | DrawMarquee interface DrawMarquee { speed?: number; loop?: number; delay?: number }。see more ts definition |
N |
| prefix-icon | String / Boolean/ Object / Slot | - | - | N |
| suffix-icon | String / Boolean / Object / Slot | - | - | N |
| theme | String | info | options:info/success/warning/error | N |
| visible | Boolean | false | - | N |
| default-visible | Boolean | false | uncontrolled property | N |
NoticeBar Events
| name | params | description |
|---|---|---|
| click | (trigger: NoticeBarTrigger) |
see more ts definition。type NoticeBarTrigger = 'prefix-icon' | 'content' | 'operation' | 'suffix-icon'; |