apeman-react-form
v7.0.9
Published
apeman react package for form component.
Downloads
356
Maintainers
Readme
apeman-react-form
apeman react package for form component.
Installation
$ npm install apeman-react-form --saveDemo
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.createClass({
render () {
return (
<div>
<ApFormStyle />
<ApForm>
<ApText name='account_name'/>
</ApForm>
</div>
)
}
})
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.
