5.0.3 • Published 9 years ago

apeman-react-recover v5.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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

NameTypeDefaultDescription
labelsobject{

submit: 'Save' } | | | | placeholders | object | { password: 'New Password' } | | |

ApRecoverSendForm

Props

NameTypeDefaultDescription
labels{

message: null, submit: 'Send' } | | | | placeholders | | { email: 'Email' } | | |

ApRecoverStyle

Props

NameTypeDefaultDescription
styleobject{}
highlightColorstringApStyle.DEFAULT_HIGHLIGHT_COLOR
backgroundColorApStyle.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

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.1

9 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