Skip to content

Commit

Permalink
docs(skeleton): fix custom class doc miss (#5548)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonwong666 authored Sep 11, 2023
1 parent 8ce21a6 commit 7423e18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/skeleton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,12 @@ Page({
| avatar-shape | 头像占位图形状,可选值为`square` | _string_ | `round` |
| loading | 是否显示占位图,传`false`时会展示子组件内容 | _boolean_ | `true` |
| animate | 是否开启动画 | _boolean_ | `true` |

### 外部样式类

| 类名 | 说明 |
| ---------------- | ------------------ |
| custom-class | 根节点样式类 |
| row-class | 段落占位样式类 |
| avatar-class | 头像占位样式类 |
| title-class | 标题占位样式类 |

0 comments on commit 7423e18

Please sign in to comment.