You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joe 9b449c2688 first commit 2 years ago
..
README.en-US.md first commit 2 years ago
README.md first commit 2 years ago
props.d.ts first commit 2 years ago
props.js first commit 2 years ago
skeleton.d.ts first commit 2 years ago
skeleton.js first commit 2 years ago
skeleton.json first commit 2 years ago
skeleton.wxml first commit 2 years ago
skeleton.wxs first commit 2 years ago
skeleton.wxss first commit 2 years ago
type.d.ts first commit 2 years ago
type.js first commit 2 years ago

README.en-US.md

:: BASE_DOC ::

API

Skeleton Props

name type default description required
animation String none optionsgradient/flashed/none 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%' }] TypescriptSkeletonRowCol 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 optionsavatar/image/text/paragraph N