apeman-react-form
apeman react package for form component.
Installation
$ npm install apeman-react-form --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict' import React from 'react'import ApText from 'apeman-react-text'import ApForm from 'apeman-react-form' const ExampleComponent = React
Components
ApFormStyle
Props
Name | Type | Default | Description |
---|---|---|---|
style | object | {} | |
maxWidth | number | ||
errorColor | '#E11' | ||
errorBackgroundColor | '#FFF0F0' |
ApForm
Props
Name | Type | Default | Description |
---|
License
This software is released under the MIT License.