0.4.1 • Published 5 years ago

seasoned-auth-forms-web v0.4.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

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