Replies: 2 comments
-
the best option I've found is toggle group component |
Beta Was this translation helpful? Give feedback.
0 replies
-
I made a demo of using the toggle group component as a list box: https://codesandbox.io/p/github/ted-palmer/listbox-demo/main?import=true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a large list that needs to be keyboard accessible. Currently, I can tab between list items, but a better interaction/UX would be to use the arrow keys.
React Aria Components have a list box component - https://react-spectrum.adobe.com/react-aria/ListBox.html. Do we have something like this, or can we build something similar using Radix UI Primitives?
Beta Was this translation helpful? Give feedback.
All reactions