2.0.22 • Published 9 years ago
apeman-react-field v2.0.22
apeman-react-field
apeman react package for field components.
Installation
$ npm install apeman-react-field --saveDemo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApField, ApFieldSet, ApFieldLegend, ApFieldLabel, ApFieldValue, ApFieldStyle} from 'apeman-react-field'
import {ApText, ApTextStyle} from 'apeman-react-basic'
import {ApPassword, ApPasswordStyle} from 'apeman-react-basic'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApFieldStyle />
<ApTextStyle />
<ApPasswordStyle />
<ApFieldSet>
<ApFieldLegend>Login Form</ApFieldLegend>
<ApField>
<ApFieldLabel>Username</ApFieldLabel>
<ApFieldValue><ApText /></ApFieldValue>
</ApField>
<ApField>
<ApFieldLabel>Password</ApFieldLabel>
<ApFieldValue><ApPassword/></ApFieldValue>
</ApField>
</ApFieldSet>
</div>
)
}
})Components
ApFieldLabel
Props
| Name | Type | Default | Description |
|---|
ApFieldLegend
Props
| Name | Type | Default | Description |
|---|
ApFieldSet
Props
| Name | Type | Default | Description |
|---|
ApFieldStyle
Props
| Name | Type | Default | Description |
|---|
ApFieldValue
Props
| Name | Type | Default | Description |
|---|
ApField
Props
| Name | Type | Default | Description |
|---|
License
This software is released under the MIT License.
Links
2.0.22
9 years ago
2.0.21
9 years ago
2.0.20
9 years ago
2.0.19
9 years ago
2.0.18
9 years ago
2.0.17
9 years ago
2.0.16
9 years ago
2.0.15
9 years ago
2.0.14
9 years ago
2.0.13
9 years ago
2.0.12
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
9 years ago
2.0.5
9 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.1.10
10 years ago
1.1.9
10 years ago
1.1.8
10 years ago
1.1.7
10 years ago
1.1.6
10 years ago
1.1.5
10 years ago
1.1.4
10 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
