apeman-react-sign
v6.0.8
Published
apeman react package for sign components
Maintainers
Readme
apeman-react-sign
apeman react package for sign components
Installation
$ npm install apeman-react-sign --saveDemo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApSign, ApSignStyle} from 'apeman-react-sign'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApSignStyle ></ApSignStyle>
<ApSign>
</ApSign>
</div>
)
}
})
Components
ApSignStyle
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | style | object | {} | | |
ApSigninForm
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
ApSignmodForm
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | email | bool | true | | | | password | bool | true | | | | labels | | { email: 'Email', password: 'Password', submit: 'Update' } | | |
ApSignupForm
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
License
This software is released under the MIT License.

