diff --git a/components/demos/Accordion/tailwind/index.jsx b/components/demos/Accordion/tailwind/index.jsx index c475f5fad..c191735b7 100644 --- a/components/demos/Accordion/tailwind/index.jsx +++ b/components/demos/Accordion/tailwind/index.jsx @@ -5,7 +5,7 @@ import { ChevronDownIcon } from '@radix-ui/react-icons'; const AccordionDemo = () => ( ( const AccordionItem = React.forwardRef(({ children, className, ...props }, forwardedRef) => ( {children} @@ -66,13 +66,13 @@ const AccordionTrigger = React.forwardRef(({ children, className, ...props }, fo const AccordionContent = React.forwardRef(({ children, className, ...props }, forwardedRef) => ( -
{children}
+
{children}
)); diff --git a/components/demos/AlertDialog/tailwind/index.jsx b/components/demos/AlertDialog/tailwind/index.jsx index 2e1fafb63..e9ae5e7d8 100644 --- a/components/demos/AlertDialog/tailwind/index.jsx +++ b/components/demos/AlertDialog/tailwind/index.jsx @@ -4,28 +4,28 @@ import * as AlertDialog from '@radix-ui/react-alert-dialog'; const AlertDialogDemo = () => ( - - - - + + + Are you absolutely sure? - + This action cannot be undone. This will permanently delete your account and remove your data from our servers.
- - diff --git a/components/demos/AspectRatio/tailwind/index.jsx b/components/demos/AspectRatio/tailwind/index.jsx index b26d6775f..9d96b7bcf 100644 --- a/components/demos/AspectRatio/tailwind/index.jsx +++ b/components/demos/AspectRatio/tailwind/index.jsx @@ -2,10 +2,10 @@ import React from 'react'; import * as AspectRatio from '@radix-ui/react-aspect-ratio'; const AspectRatioDemo = () => ( -
+
Landscape photograph by Tobias Tullius diff --git a/components/demos/Avatar/tailwind/index.jsx b/components/demos/Avatar/tailwind/index.jsx index 2d01aee64..4101695ff 100644 --- a/components/demos/Avatar/tailwind/index.jsx +++ b/components/demos/Avatar/tailwind/index.jsx @@ -3,34 +3,34 @@ import * as Avatar from '@radix-ui/react-avatar'; const AvatarDemo = () => (
- + CT - + JD - - + + PD diff --git a/components/demos/Checkbox/tailwind/index.jsx b/components/demos/Checkbox/tailwind/index.jsx index 72a1b0d2d..9a37fd5ce 100644 --- a/components/demos/Checkbox/tailwind/index.jsx +++ b/components/demos/Checkbox/tailwind/index.jsx @@ -6,7 +6,7 @@ const CheckboxDemo = () => (
diff --git a/components/demos/Collapsible/tailwind/index.jsx b/components/demos/Collapsible/tailwind/index.jsx index ebb8eb4d7..dfcb7d1e9 100644 --- a/components/demos/Collapsible/tailwind/index.jsx +++ b/components/demos/Collapsible/tailwind/index.jsx @@ -6,27 +6,27 @@ const CollapsibleDemo = () => { const [open, setOpen] = React.useState(false); return ( -
- +
+ @peduarte starred 3 repositories -
-
- @radix-ui/primitives +
+ @radix-ui/primitives
-
- @radix-ui/colors +
+ @radix-ui/colors
-
- @stitches/react +
+ @stitches/react
diff --git a/components/demos/ContextMenu/tailwind/index.jsx b/components/demos/ContextMenu/tailwind/index.jsx index 60fae27d8..ec34f6b86 100644 --- a/components/demos/ContextMenu/tailwind/index.jsx +++ b/components/demos/ContextMenu/tailwind/index.jsx @@ -9,115 +9,115 @@ const ContextMenuDemo = () => { return ( - + Right-click here. - + Back{' '} -
+
⌘+[
Forward{' '} -
+
⌘+]
- + Reload{' '} -
+
⌘+R
- + More Tools -
+
- + Save Page As…{' '} -
+
⌘+S
- + Create Shortcut… - + Name Window… - - + + Developer Tools - + - + Show Bookmarks{' '} -
+
⌘+B
- + Show Full URLs - + People - + Pedro Duarte - + Colm Tuite diff --git a/components/demos/Dialog/tailwind/index.jsx b/components/demos/Dialog/tailwind/index.jsx index 6bcec1ab0..119a7a29b 100644 --- a/components/demos/Dialog/tailwind/index.jsx +++ b/components/demos/Dialog/tailwind/index.jsx @@ -5,49 +5,49 @@ import { Cross2Icon } from '@radix-ui/react-icons'; const DialogDemo = () => ( - - - - + + + Edit profile - + Make changes to your profile here. Click save when you're done.
-
-
-