1.1.0 • Published 9 years ago
zooid-form-label v1.1.0
zooid-form-label
Install
npm install --save zooid-form-labelProps
| 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'