diff --git a/docs/components/alert.md b/docs/components/alert.md index 8d97b0cce..3e2d0b800 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 015f15781..a8634dcc7 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 c285494a0..7b9b4fdc3 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 c4989deb2..d10fb1e52 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 97dc6215d..3749973ca 100644 --- a/docs/components/dropdown.md +++ b/docs/components/dropdown.md @@ -361,7 +361,7 @@ const css = ` const App = () => ( <> -