docs: Update Codesandbox links for Listbox components

This commit is contained in:
Adam Wathan
2020-10-05 14:40:30 -04:00
parent 734830ea7b
commit 6ec1fa8bd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -765,7 +765,7 @@ function MyDropdown() {
## Listbox
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuireact-menu-example-b6xje?file=/src/App.js)
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuireact-listbox-example-57eoj?file=/src/App.js)
The `Listbox` component and related child components are used to quickly build custom listbox components that are fully accessible out of the box, including correct ARIA attribute management and robust keyboard navigation support.
+1 -1
View File
@@ -376,7 +376,7 @@ To tell an element to render its children directly with no wrapper element, use
## Listbox
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuivue-menu-example-70br3?file=/src/App.vue)
[View live demo on CodeSandbox](https://codesandbox.io/s/headlessuivue-listbox-example-mi67g?file=/src/App.vue)
The `Listbox` component and related child components are used to quickly build custom listbox components that are fully accessible out of the box, including correct ARIA attribute management and robust keyboard navigation support.