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 f08c7ad commit e38bce2Copy full SHA for e38bce2
packages/ui-focusable/src/Focusable/README.md
@@ -15,7 +15,7 @@ type: example
15
console.log(options)
16
return <span>
17
<div>
18
- <Button>Focus me!</Button>
+ <Button aria-labelledby="focusable-example1-button focusable-example1-tooltip" id="focusable-example1-button">Focus me!</Button>
19
</div>
20
{options.focused && (
21
<ContextView
@@ -26,6 +26,8 @@ type: example
26
padding="small"
27
borderWidth="small"
28
display="block"
29
+ id="focusable-example1-tooltip"
30
+ role="tooltip"
31
>
32
I'm focused!
33
</ContextView>
0 commit comments