Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

seasonedcc/seasoned-auth-forms-web

Repository files navigation

seasoned-auth-forms-web

Auth forms ready to use

NPM JavaScript Style Guide Maintainability Test Coverage

Install

npm install --save seasoned-auth-forms-web

Usage

import React, { Component } from 'react'

import MyComponent from 'seasoned-auth-forms-web'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © SeasonedSoftware