4.0.2 • Published 9 years ago
apeman-react-password v4.0.2
apeman-react-password
apeman react package for password component.
Installation
$ npm install apeman-react-password --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApPassword, ApPasswordStyle} from 'apeman-react-password'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApPasswordStyle />
<ApPassword name="password" onChange={ (e) => { console.log(e.target.value) } }/>
</div>
)
}
})
Components
ApPasswordStyle
Props
Name | Type | Default | Description | |
---|---|---|---|---|
style | object | {} | ||
highlightColor | string | ApStyle.DEFAULT_HIGHLIGHT_COLOR | ||
maxWidth | number | ApStyle.CONTENT_WIDTH |
ApPassword
Props
Name | Type | Default | Description | |
---|---|---|---|---|
name | string | '' | Name of text input | |
value | string | '' | Value of password input | |
placeholder | string | '' | Placeholder of password input | |
showIcon | string | 'ion ion-eye' | Icon class for show button | |
hideIcon | string | 'ion ion-eye-disabled' | Icon class for hide icon |
License
This software is released under the MIT License.
Links
4.0.2
9 years ago
4.0.1
9 years ago
4.0.0
9 years ago
3.0.10
9 years ago
3.0.9
9 years ago
3.0.8
9 years ago
3.0.7
9 years ago
3.0.6
9 years ago
3.0.5
9 years ago
3.0.4
9 years ago
3.0.3
9 years ago
3.0.2
9 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.3.16
9 years ago
2.3.15
9 years ago
2.3.14
9 years ago
2.3.13
9 years ago
2.3.12
9 years ago
2.3.11
9 years ago
2.3.10
9 years ago
2.3.9
9 years ago
2.3.8
9 years ago
2.3.7
9 years ago
2.3.6
9 years ago
2.3.5
9 years ago
2.3.4
9 years ago
2.3.3
9 years ago
2.3.2
9 years ago
2.3.1
9 years ago
2.3.0
9 years ago
2.1.1
10 years ago
2.1.0
10 years ago
2.0.1
10 years ago
2.0.0
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