README
apeman-react-text
apeman react package for text component.
Installation
$ npm install apeman-react-text --save
Demo
Live demo is hosted on GitHub Pages.
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.