Accessible React Components
Alert
A brash component that contains important text; it is meant to grab attention, or annoy.Checkbox
An input component to indicate yes or no to an option, or to indicate inclusion of an option in a group of options.Combobox
An input component for selecting an option from a popup list; options are generated dynamically as the input changes.Select
An input component for selecting an option from a list; options are pre-loaded into the component.Tooltip
An information component that pops up when the mouse hovers over an anchor element, or the element receives keyboard focus.Toggle
An input component to indicate on or off.