Created, styled, and wrote rendering tests for the following inputs to better match our design:
Checkbox
Radio
Switch (what a pain to style this one 😅)
Moved the follow inputs to "deprecated" status:
StyledCheckbox
StyledRadio
StyledSwitch
Exported FormControl, FormControlLabel, FormGroup, FormLabel, and RadioGroup from material-ui as react-labs components, so we could import { FormControl } from '@eqworks/react-labs'.
Created, styled, and wrote rendering tests for the following inputs to better match our design:
Checkbox
Radio
Switch
(what a pain to style this one 😅)Moved the follow inputs to "deprecated" status:
StyledCheckbox
StyledRadio
StyledSwitch
Exported
FormControl
,FormControlLabel
,FormGroup
,FormLabel
, andRadioGroup
frommaterial-ui
asreact-labs
components, so we couldimport { FormControl } from '@eqworks/react-labs'
.