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.
kgdxpr e69712b1d2
'commit'
1 year ago
..
README.en-US.md 'commit' 1 year ago
README.md 'commit' 1 year ago
props.d.ts 'commit' 1 year ago
props.js 'commit' 1 year ago
skeleton.d.ts 'commit' 1 year ago
skeleton.js 'commit' 1 year ago
skeleton.json 'commit' 1 year ago
skeleton.wxml 'commit' 1 year ago
skeleton.wxs 'commit' 1 year ago
skeleton.wxss 'commit' 1 year ago
type.d.ts 'commit' 1 year ago
type.js 'commit' 1 year ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

:: 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