Auth forms ready to use
npm install --save seasoned-auth-forms-web
import React, { Component } from 'react'
import MyComponent from 'seasoned-auth-forms-web'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © SeasonedSoftware