redi-common-inputs
v3.0.51
Published
`yarn add redi-common-inputs`
Readme
Common inputs
yarn add redi-common-inputs
Contains common input components. Css variables that apply to all components
--primary-color
--off-color
--secondary-color
--secondary-off-color
--shadow-colorMobile breakpoints are set at
$xsmall: 600;
$small: 960;
$medium: 1280;
$large: 1920;If different breakpoints are needed, then overide the stylesheets using the theme provider on each component
Components
Checkbox
Option | Value --- | --- Theme Id |
"redi-common-inputs/checkbox"Additional css vars? | noManySwitch
Option | Value --- | --- Theme Id |
"redi-common-inputs/manyswitch"Additional css vars? | noSearchBar
Option | Value --- | --- Theme Id |
"redi-common-inputs/SearchBar"Additional css vars? | noSwitch
Option | Value --- | --- Theme Id |
"redi-common-inputs/switch"Additional css vars? | noButton
Option | Value --- | --- Theme Id |
"redi-common-inputs/button"Additional css vars? | noRadio
Option | Value --- | --- Theme Id |
"redi-common-inputs/radio"Additional css vars? | noSelect
Option | Value --- | --- Theme Id |
"redi-common-inputs/select"Additional css vars? | noTabs
Option | Value --- | --- Theme Id |
"redi-common-inputs/tabs"Additional css vars? | noTypeahead
Option | Value --- | --- Theme Id |
"redi-common-inputs/typeahead"Additional css vars? | no
