We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca7978 commit 9114650Copy full SHA for 9114650
snaps/features/custom-ui/index.md
@@ -1184,9 +1184,10 @@ Outputs an animated loading container.
1184
1185
#### Props
1186
1187
-- `width`: `Array<number | string>` - (Optional) The width of the skeleton.
1188
-- `height`: `Array<number | string>` - (Optional) The height of the skeleton.
+- `width`: `Array<number | string>` - (Optional) The width of the skeleton. Defaults to `"100%"`.
+- `height`: `Array<number | string>` - (Optional) The height of the skeleton. Defaults to `22`.
1189
- `borderRadius`: `string` - (Optional) The radius of the corners. Possible values are `"none"`, `"medium"` or `"full"`.
1190
+ Defaults to `"medium"`.
1191
1192
#### Example
1193
0 commit comments