ashleemboyer / a11y-components-og

The purpose of this repository is to share what I've learned about creating accessible React components. It is not currently open source, but might be at some point in the future.
17 stars 0 forks source link

New listbox component #2

Closed ashleemboyer closed 4 years ago

ashleemboyer commented 4 years ago

What/Why?

Time for a new component! This version of the Listbox does not have keyboard interaction. It only works with the mouse. Keyboard interaction will come in a separate PR.

ashleemboyer commented 4 years ago

[Listbox] Add hover state to options