一盏薄酒 fe6aae3b3b first il y a 2 ans
..
README.en-US.md fe6aae3b3b first il y a 2 ans
README.md fe6aae3b3b first il y a 2 ans
notice-bar.d.ts fe6aae3b3b first il y a 2 ans
notice-bar.js fe6aae3b3b first il y a 2 ans
notice-bar.json fe6aae3b3b first il y a 2 ans
notice-bar.wxml fe6aae3b3b first il y a 2 ans
notice-bar.wxss fe6aae3b3b first il y a 2 ans
props.d.ts fe6aae3b3b first il y a 2 ans
props.js fe6aae3b3b first il y a 2 ans
type.d.ts fe6aae3b3b first il y a 2 ans
type.js fe6aae3b3b first il y a 2 ans

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';