zhaoxiaohai d353871ad1 e订单合并e服务 2 years ago
..
README.en-US.md d353871ad1 e订单合并e服务 2 years ago
README.md d353871ad1 e订单合并e服务 2 years ago
notice-bar.d.ts d353871ad1 e订单合并e服务 2 years ago
notice-bar.js d353871ad1 e订单合并e服务 2 years ago
notice-bar.json d353871ad1 e订单合并e服务 2 years ago
notice-bar.wxml d353871ad1 e订单合并e服务 2 years ago
notice-bar.wxss d353871ad1 e订单合并e服务 2 years ago
props.d.ts d353871ad1 e订单合并e服务 2 years ago
props.js d353871ad1 e订单合并e服务 2 years ago
type.d.ts d353871ad1 e订单合并e服务 2 years ago
type.js d353871ad1 e订单合并e服务 2 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-extra', 't-class-suffix-icon'] | N extra | 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' \| 'extra' \| 'suffix-icon';