ado5 3903c18ce2 first commit | 9 ماه پیش | |
---|---|---|
.. | ||
README.en-US.md | 9 ماه پیش | |
README.md | 9 ماه پیش | |
props.d.ts | 9 ماه پیش | |
props.js | 9 ماه پیش | |
skeleton.d.ts | 9 ماه پیش | |
skeleton.js | 9 ماه پیش | |
skeleton.json | 9 ماه پیش | |
skeleton.wxml | 9 ماه پیش | |
skeleton.wxs | 9 ماه پیش | |
skeleton.wxss | 9 ماه پیش | |
type.d.ts | 9 ماه پیش | |
type.js | 9 ماه پیش |
:: BASE_DOC ::
name | type | default | description | required
-- | -- | -- | -- | --
animation | String | none | options:gradient/flashed/none | N
custom-style v0.25.0
| String | - | - | N
delay | Number | 0 | - | N
external-classes | Array | - | ['t-class', 't-class-avatar', 't-class-image', 't-class-text']
| N
loading | Boolean | true | - | N
row-col | Array | [1, 1, 1, { width: '70%' }] | Typescript:SkeletonRowCol
type SkeletonRowCol = Array<Number \| SkeletonRowColObj \| Array<SkeletonRowColObj>>
interface SkeletonRowColObj { width?: string; size?: string;height?: string; marginRight?: string; marginLeft?: string; margin?: string; type?: 'rect' \| 'circle' \| 'text';}
。see more ts definition | N
theme | String | text | options:avatar/image/text/paragraph | N