diff --git a/examples/rac-tailwind/src/App.js b/examples/rac-tailwind/src/App.js index 86e44a0edef..8e012b419b0 100644 --- a/examples/rac-tailwind/src/App.js +++ b/examples/rac-tailwind/src/App.js @@ -5,7 +5,7 @@ import { Tree as AriaTree, TreeItem as AriaTreeItem, TreeItemContent as AriaTreeItemContent, - UNSTABLE_Autocomplete as Autocomplete, + Autocomplete, Button, Cell, Collection, @@ -62,9 +62,9 @@ import {AnimatedCalendar} from './AnimatedCalendar'; export function App() { return ( <> -

React Aria Components šŸ¤ Tailwind CSS

-

- Example code ā€¢ Docs +

React Aria Components šŸ¤ Tailwind CSS

+

+ Example code ā€¢ Docs

@@ -90,17 +90,17 @@ export function App() { function MenuExample() { return ( -
+
ā˜° - + Newā€¦ Openā€¦ - + Save Save asā€¦ - + Printā€¦ @@ -122,13 +122,13 @@ function OverlayButton(props) { function SelectExample() { return ( -
- - @@ -159,7 +159,7 @@ function MyListBoxItem(props) { {props.children} {isSelected && - } @@ -170,14 +170,14 @@ function MyListBoxItem(props) { function ComboBoxExample() { return ( -
- +
+
- -
@@ -197,9 +197,9 @@ function ComboBoxExample() { function TabsExample() { return ( -
+
- + Blog Releases Docs @@ -243,23 +243,23 @@ function MyTab(props) { } function MyTabPanel(props) { - return ; + return ; } function Article({title, summary}) { return (

{title}

-

{summary}

+

{summary}

); } function RadioGroupExample() { return ( -
+
- + @@ -278,11 +278,11 @@ function MyRadio({name, time, price}) { ${!isSelected && !isPressed ? 'bg-white' : ''} `}> {({isSelected}) => ( -
+
-
+
{name}
{time} @@ -297,7 +297,7 @@ function MyRadio({name, time, price}) { function ModalExample() { return ( -
+
Open dialog ` @@ -310,14 +310,14 @@ function ModalExample() { ${isEntering ? 'animate-in fade-in zoom-in-95 ease-out duration-300 fill-mode-forwards' : ''} ${isExiting ? 'animate-out fade-out zoom-out-95 ease-in duration-200 fill-mode-forwards' : ''} `}> - + {({ close }) => (<> Delete folder - +

Are you sure you want to delete "Documents"? All contents will be permanently destroyed.

-
+
Delete @@ -346,7 +346,7 @@ function DialogButton({className, ...props}) { function PopoverExample() { return ( -
+