@volvo-cars/react-select
v0.5.6
Published
Volvo Cars select components
Keywords
Readme
@volvo-cars/react-select
React components and hooks for building accessible dropdown select, combobox, and calendar-linked dropdown patterns, styled with @volvo-cars/css.
What's included
Components
Dropdown— Root wrapper for a dropdown select or comboboxDropdownInputField— Text input trigger for a combobox-style dropdownTrigger— Button trigger for opening a dropdownListBox— The scrollable list of options within a dropdownOption— An individual selectable optionOptionGroup— A labelled group of options within aListBoxCalendarDialog— A popover-style dialog wrapping a calendar for date-picker dropdownsCalendarFooter— Footer actions (e.g. confirm/clear) for aCalendarDialog
Hooks
useDropdownSelect— Core state and interaction logic for a dropdown selectuseCombobox— State and interaction logic for a combobox (searchable select)useDropdownCalendar— State and interaction logic for a calendar-linked date-picker dropdownuseListBoxFocusState— Tracks focus state within aListBox
Installation
yarn add @volvo-cars/react-select