Styles for React
based forms at nib
.
WARNING: This component is deprecated. Use
@nib-components/form
instead.
npm install --save @nib-styles/react-form
- break: bump version of
v2-icons
- moved
radio
implementation to@nib-components/radio
- fix: added
margin: 0
todivider
to override browser specified margins on<hr/>
s
- break: renamed
form__divider
todivider
and removed the margin so it can be used independently of the form
- fix: fixed disable hover state on
radio
inputs - bg color no longer changes and the cursor is left as the default
- break: bumped version of
@nib-styles/v2-buttons
from^2.1.1
to^3.0.1
=> it should only be breaking if you depend on it for more than the submit button (a primary button)
- add: disabled state for control labels