COMPLETE React Select style-api CSS & TypeDef guide #4689
cpnvr
started this conversation in
Show and tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I just made this reference guide and thought I'd post it here for the community as well. I couldn't find a handy
style-api
reference with this kind of granular depth so I went ahead and made one myself!Links are relative to where the files appear locally in your repo when
react-select
is added as a dependency.REACT SELECT STYLE-API REFERENCE
Style Constants
<node_modules/react-select/src/styles.js>
clearIndicator
<node_modules/react-select/src/components/indicators.js>
container
<node_modules/react-select/src/components/containers.js>
control
<node_modules/react-select/src/components/Control.js>
dropdownIndicator
<node_modules/react-select/src/components/indicators.js>
group
<node_modules/react-select/src/components/Group.js>
groupHeading
<node_modules/react-select/src/components/Group.js>
indicatorsContainer
<node_modules/react-select/src/components/containers.js>
indicatorSeparator
<node_modules/react-select/src/components/indicators.js>
input
<node_modules/react-select/src/components/Input.js>
loadingIndicator
<node_modules/react-select/src/components/indicators.js>
loadingMessage
<node_modules/react-select/src/components/Menu.js>
menu
<node_modules/react-select/src/components/Menu.js>
menuList
<node_modules/react-select/src/components/Menu.js>
menuPortal
<node_modules/react-select/src/components/Menu.js>
multiValue
<node_modules/react-select/src/components/MultiValue.js>
multiValueLabel
<node_modules/react-select/src/components/MultiValue.js>
multiValueRemove
<node_modules/react-select/src/components/MultiValue.js>
noOptionsMessage
<node_modules/react-select/src/components/Menu.js>
option
<node_modules/react-select/src/components/Option.js>
placeholder
<node_modules/react-select/src/components/Option.js>
singleValue
<node_modules/react-select/src/components/SingleValue.js>
valueContainer
<node_modules/react-select/src/components/containers.js>
Beta Was this translation helpful? Give feedback.
All reactions