apeman-react-recover

5.0.3 • Public • Published

apeman-react-recover

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for recover procedure components.

Installation

$ npm install apeman-react-recover --save

Demo

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

Package Sidebar

Install

npm i apeman-react-recover

Weekly Downloads

4

Version

5.0.3

License

MIT

Last publish

Collaborators

  • okunishinishi