We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378f3ee commit fc0e6b6Copy full SHA for fc0e6b6
packages/@react-aria/landmark/docs/useLandmark.mdx
@@ -16,7 +16,7 @@ import {Keyboard} from '@react-spectrum/text';
16
import packageData from '@react-aria/landmark/package.json';
17
18
---
19
-category: Utilities
+category: Interactions
20
keywords: [landmarks, aria]
21
22
@@ -103,7 +103,7 @@ function Search(props) {
103
</ul>
104
</Navigation>
105
<Search />
106
- <Region>
+ <Region aria-label="Example region">
107
<h2>Region</h2>
108
<p>Example region with no focusable children.</p>
109
</Region>
0 commit comments