apeman-react-sign

apeman react package for sign components


Keywords
React, apeman, react-component, sign
License
MIT
Install
npm install apeman-react-sign@6.0.6

Documentation

apeman-react-sign

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for sign components

Installation

$ npm install apeman-react-sign --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

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.

Links