apeman-react-form

apeman react package for form component.


Keywords
React, react-component, apeman, form
License
MIT
Install
npm install apeman-react-form@5.0.5

Documentation

apeman-react-form

Build Status Code Climate Code Coverage npm Version JS Standard

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.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.

Links