4.0.10 • Published 9 years ago
apeman-react-text v4.0.10
apeman-react-text
apeman react package for text component.
Installation
$ npm install apeman-react-text --saveDemo
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.
Links
4.0.10
9 years ago
4.0.9
9 years ago
4.0.8
9 years ago
4.0.7
9 years ago
4.0.6
9 years ago
4.0.5
9 years ago
4.0.4
9 years ago
4.0.3
9 years ago
4.0.2
9 years ago
4.0.1
9 years ago
4.0.0
9 years ago
2.0.11
9 years ago
2.0.10
9 years ago
2.0.9
9 years ago
2.0.8
9 years ago
2.0.7
9 years ago
2.0.6
10 years ago
2.0.5
10 years ago
2.0.4
10 years ago
2.0.3
10 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.2.12
10 years ago
1.2.11
10 years ago
1.2.10
10 years ago
1.2.9
10 years ago
1.2.8
10 years ago
1.2.7
10 years ago
1.2.6
10 years ago
1.2.5
10 years ago
1.2.4
10 years ago
1.2.3
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
