From c771534c434e76a67e4a2bec16f847bee924390b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 5 Nov 2021 10:06:06 -0400 Subject: [PATCH] fix className --- docs/components/alert.md | 2 +- docs/components/avatar.md | 2 +- docs/components/badge.md | 2 +- docs/components/button-group.md | 2 +- docs/components/card.md | 10 +++++----- docs/components/drawer.md | 1 - docs/components/dropdown.md | 2 +- docs/components/format-number.md | 4 ++-- docs/components/icon-button.md | 2 +- docs/components/mutation-observer.md | 4 ++-- docs/components/qr-code.md | 4 ++-- docs/components/skeleton.md | 20 ++++++++++---------- docs/components/tab-group.md | 2 +- docs/components/tag.md | 2 +- 14 files changed, 29 insertions(+), 30 deletions(-) diff --git a/docs/components/alert.md b/docs/components/alert.md index 8d97b0cc..3e2d0b80 100644 --- a/docs/components/alert.md +++ b/docs/components/alert.md @@ -227,7 +227,7 @@ const App = () => { return ( <> -
+
setOpen(true)}>Show Alert ( <> -
+
diff --git a/docs/components/badge.md b/docs/components/badge.md index 015f1578..a8634dcc 100644 --- a/docs/components/badge.md +++ b/docs/components/badge.md @@ -101,7 +101,7 @@ const css = ` const App = () => ( <> -
+
1 1 1 diff --git a/docs/components/button-group.md b/docs/components/button-group.md index c285494a..7b9b4fdc 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -427,7 +427,7 @@ const css = ` const App = () => ( <> -
+
diff --git a/docs/components/card.md b/docs/components/card.md index c4989deb..d10fb1e5 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -64,7 +64,7 @@ const css = ` const App = () => ( <> - + ( <> - + This is just a basic card. No image, no header, and no footer. Just your content. @@ -185,7 +185,7 @@ const css = ` const App = () => ( <> - +
Header Title @@ -248,7 +248,7 @@ const css = ` const App = () => ( <> - + This card has a footer. You can put all sorts of things in it!
@@ -294,7 +294,7 @@ const css = ` const App = () => ( <> - + { setOpen(false)} style={{ '--size': '50%' }} diff --git a/docs/components/dropdown.md b/docs/components/dropdown.md index 97dc6215..3749973c 100644 --- a/docs/components/dropdown.md +++ b/docs/components/dropdown.md @@ -361,7 +361,7 @@ const css = ` const App = () => ( <> -