feat(Skeleton): add round prop (#6441)

This commit is contained in:
neverland
2020-06-02 22:14:19 +08:00
committed by GitHub
parent 9a4b09bcc1
commit 4d731a3fa8
6 changed files with 37 additions and 3 deletions
+1
View File
@@ -56,6 +56,7 @@ export default {
| avatar | Whether to show avatar placeholder | _boolean_ | `false` |
| loading | Whether to show skeletonpass `false` to show child component | _boolean_ | `true` |
| animate | Whether to enable animation | _boolean_ | `true` |
| round `v2.8.5` | Whether to show round title and row | _boolean_ | `false` |
| title-width | Title width | _number \| string_ | `40%` |
| avatar-size | Size of avatar placeholder | _number \| string_ | `32px` |
| avatar-shape | Shape of avatar placeholdercan be set to `square` | _string_ | `round` |