zooid-form-label
v1.1.0
Published
FormLabel
Downloads
9
Readme
zooid-form-label
Install
npm install --save zooid-form-label
Props
| Prop | Type | Default | Description | | ----------| -------| --------| -------------------------------------| | className | string | | Additional css classes to merge into the component | | name | string | | name attribute. Translates to htmlFor | | required | bool | false | Add a "*" for required fields|
Example
import FormLabel from 'zooid-form-label'