From 6ec1fa8bd3d46ddabff2f7025e1cda60ce60829a Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 5 Oct 2020 14:40:30 -0400 Subject: [PATCH] docs: Update Codesandbox links for Listbox components --- packages/@headlessui-react/README.md | 2 +- packages/@headlessui-vue/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@headlessui-react/README.md b/packages/@headlessui-react/README.md index 5b10054..1e6ca7f 100644 --- a/packages/@headlessui-react/README.md +++ b/packages/@headlessui-react/README.md @@ -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. diff --git a/packages/@headlessui-vue/README.md b/packages/@headlessui-vue/README.md index 4c5dcbf..31ec89e 100644 --- a/packages/@headlessui-vue/README.md +++ b/packages/@headlessui-vue/README.md @@ -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.