From e5a38c27afa3f97566a00ba6816ecb19ec52e3cf Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 4 Aug 2020 15:37:36 -0400 Subject: [PATCH] Update skeleton example --- docs/components/skeleton.md | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/docs/components/skeleton.md b/docs/components/skeleton.md index b23c3c6b..1bdaf1fc 100644 --- a/docs/components/skeleton.md +++ b/docs/components/skeleton.md @@ -149,33 +149,46 @@ Set a matching width and height to make a circle, square, or rounded avatar skel Use the `--border-radius` custom property to make circles, squares, and rectangles. For more complex shapes, you can apply `clip-path` to the `indicator` part. [Try Clippy](https://bennettfeely.com/clippy/) if you need help generating custom shapes. ```html preview -
- - - - - +
+ + + + +
```