apeman-react-sign

6.0.8 • Public • Published

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

Package Sidebar

Install

npm i apeman-react-sign

Weekly Downloads

28

Version

6.0.8

License

MIT

Last publish

Collaborators

  • okunishinishi