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 | |
| loading.d.ts | 3 years ago | |
| loading.js | 3 years ago | |
| loading.json | 3 years ago | |
| loading.wxml | 3 years ago | |
| loading.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
Loading Props
| name | type | default | description | required |
|---|---|---|---|---|
| delay | Number | 0 | - | N |
| duration | Number | 800 | - | N |
| external-classes | Array | - | ['t-class', 't-class-text', 't-class-indicator'] |
N |
| indicator | Boolean | true | - | N |
| inherit-color | Boolean | false | - | N |
| layout | String | horizontal | options:horizontal/vertical | N |
| loading | Boolean | true | - | N |
| pause | Boolean | false | - | N |
| progress | Number | - | - | N |
| reverse | Boolean | - | - | N |
| size | String | '40rpx' | - | N |
| text | String / Slot | - | - | N |
| theme | String | circular | options:circular/spinner/dots | N |