apeman-react-form

7.0.9 • Public • Published

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

/apeman-react-form/

    Package Sidebar

    Install

    npm i apeman-react-form

    Weekly Downloads

    27

    Version

    7.0.9

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi