You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dev/s2-docs/pages/react-aria/getting-started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Install React Aria with your preferred package manager.
28
28
29
29
## Quick start
30
30
31
-
The documentation for each component includes vanilla CSS and [Tailwind](https://tailwindcss.com) examples. Copy and paste these into your project and make them your own. You can also download each example as a ZIP or open in CodeSandbox or StackBlitz.
31
+
The documentation for each component includes vanilla CSS and [Tailwind](https://tailwindcss.com) examples. Copy and paste these into your project and make them your own. You can also download each example as a ZIP or open in StackBlitz.
<Headingslot="title">Create a CodeSandbox</Heading>
327
-
<Content>
328
-
<p>This will create an editable sandbox with this example in a new tab.</p>
329
-
<p><strong>Troubleshooting:</strong> If the sandbox fails to open or isn't created, try logging in to CodeSandbox first. If you're already logged in, try signing out and back in.</p>
// function CodeSandboxDialog({getExampleFiles, codeRef, files, urls, entry, deps, type}) {
326
+
// return (
327
+
// <Dialog size="L">
328
+
// {({close}) => (<>
329
+
// <Heading slot="title">Create a CodeSandbox</Heading>
330
+
// <Content>
331
+
// <p>This will create an editable sandbox with this example in a new tab.</p>
332
+
// <p><strong>Troubleshooting:</strong> If the sandbox fails to open or isn't created, try logging in to CodeSandbox first. If you're already logged in, try signing out and back in.</p>
0 commit comments