Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

apeman-react-form

apeman react package for form component.

React, react-component, apeman, form

readme

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.