apeman-react-sign

apeman react package for sign components

Usage no npm install needed!

<script type="module">
  import apemanReactSign from 'https://cdn.skypack.dev/apeman-react-sign';
</script>

README

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