5.0.3 • Published 9 years ago
apeman-react-recover v5.0.3
apeman-react-recover
apeman react package for recover procedure components.
Installation
$ npm install apeman-react-recover --saveDemo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApRecover, ApRecoverSendForm, ApRecoverStyle} from 'apeman-react-recover'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApRecoverStyle />
<ApRecover>
<ApRecoverSendForm />
</ApRecover>
</div>
)
}
})Components
ApRecoverResetForm
Props
| Name | Type | Default | Description |
|---|---|---|---|
| labels | object | { |
submit: 'Save' } | | | | placeholders | object | { password: 'New Password' } | | |
ApRecoverSendForm
Props
| Name | Type | Default | Description |
|---|---|---|---|
| labels | { |
message: null, submit: 'Send' } | | | | placeholders | | { email: 'Email' } | | |
ApRecoverStyle
Props
| Name | Type | Default | Description | |
|---|---|---|---|---|
| style | object | {} | ||
| highlightColor | string | ApStyle.DEFAULT_HIGHLIGHT_COLOR | ||
| backgroundColor | ApStyle.DEFAULT_BACKGROUND_COLOR |
License
This software is released under the MIT License.
Links
5.0.3
9 years ago
5.0.2
9 years ago
5.0.1
9 years ago
5.0.0
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
10 years ago
3.0.2
10 years ago
3.0.1
10 years ago
3.0.0
10 years ago
2.1.1
10 years ago
2.1.0
10 years ago
2.0.0
10 years ago
1.0.5
10 years ago
1.0.4
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