## Skeleton Props | Name | Type | Default | Required | Description | | --------- | ---------------------------------------------------------------------- | -------- | -------- | ----------------------------------------------------------------------------------------- | | type | `'div'\|'p'\|'img'\|'video'\|'code'\|'qrcode'\|'barcode'` | `'div'` | N | Type of skeleton. | | width | `'2'\|'4'\|'6'\|'8'\|'12'\|'16'\|'24'\|'32'\|'48'\|'64'\|'96'\|'full'` | `'6'` | N | Width. | | height | `'1'\|'2'\|'4'\|'6'\|'8'\|'12'\|'16'\|'24'\|'32'\|'48'\|'64'\|'96'` | `'6'` | N | Height. | | radius | `'none'\|'base'\|'md'\|'xl'\|'2xl'\|'3xl'\|'full'` | `'base'` | N | Border radius style. | | padding | `'0.5'\|'1'\|'2'\|'4'\|'8'` | `'1'` | N | Padding. | | lines | `number` | `3` | N | Number of lines, only takes effect when type is p. | | iconRatio | `number` | `0.6` | N | Internal icon ratio, only takes effect when type is img, video, code, qrcode, or barcode. |