1.1.0 • Published 5 months ago
fauth-react v1.1.0
fauth
auth package for flow apps created and maintained by flow dev labs.
Install
npm install --save fauth
Usage
import React, { Component } from 'react'
import MyComponent from 'fauth'
import 'fauth/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © EAbdouDev