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 | |
| index.d.ts | 3 years ago | |
| index.js | 3 years ago | |
| props.d.ts | 3 years ago | |
| props.js | 3 years ago | |
| toast.d.ts | 3 years ago | |
| toast.js | 3 years ago | |
| toast.json | 3 years ago | |
| toast.wxml | 3 years ago | |
| toast.wxss | 3 years ago | |
| type.d.ts | 3 years ago | |
| type.js | 3 years ago | |
README.en-US.md
:: BASE_DOC ::
API
Toast Props
| name | type | default | description | required |
|---|---|---|---|---|
| direction | String | row | options:row/column | N |
| duration | Number | 2000 | - | N |
| external-classes | Array | - | ['t-class'] |
N |
| icon | String | - | - | N |
| message | String / Slot | - | - | N |
| overlay-props | Object | {} | - | N |
| placement | String | middle | options: top/middle/bottom | N |
| prevent-scroll-through | Boolean | false | - | N |
| show-overlay | Boolean | false | - | N |
| theme | String | - | options:loading/success/error | N |
Toast Events
| name | params | description |
|---|---|---|
| close | - | - |
| destory | - | - |