Customize styles via Chakra Theme Recipes
mainMost components in chakra-react-select pull their base styles from your global Chakra theme recipes. Modifying these recipes will update all instances of the components in this package.
Warning: Some theme styles are manually overridden by this package. If your custom theme styles are not applying correctly, use the chakraStyles prop instead, as it always takes the highest priority.
| react-select component | chakra-ui recipe |
|------------------------|-----------------|
| ClearIndicator | select.clearTrigger |
| Control | input |
| DropdownIndicator | select.indicator |
| Group | select.itemGroup |
| GroupHeading | select.itemGroupLabel |
| IndicatorsContainer | select.indicatorGroup |
| LoadingIndicator | spinner |
| MenuList | select.content |
| MultiValueContainer | tag.root |
| MultiValueLabel | tag.label |
| MultiValueRemove | tag.endElement / tag.closeTrigger |
| Option | select.item |
| SelectContainer | select.root |