apeman-react-text

4.0.10 • Public • Published

apeman-react-text

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for text component.

Installation

$ npm install apeman-react-text --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

Usage

'use strict'
 
import React from 'react'
import {ApText, ApTextStyle} from 'apeman-react-text'
 
const ExampleComponent = React.createClass({
  render() {
    return (
      <div>
        <ApTextStyle />
        <ApText name="username"
                value="AIUEO"
                onChange={ (e) => console.log(e.target.value) }
        />
      </div>
    )
  }
})
 

Components

ApTextStyle

Props

Name Type Default Description

ApText

Props

Name Type Default Description

License

This software is released under the MIT License.

Links

Dependencies (4)

Dev Dependencies (26)

Package Sidebar

Install

npm i apeman-react-text

Weekly Downloads

47

Version

4.0.10

License

MIT

Last publish

Collaborators

  • okunishinishi