react-authentication-provider
v1.0.1
Published
An authentication provider for React
Downloads
3
Readme
react-authentication-provider
Made with create-react-library
Install
npm install --save react-authentication-provider
Usage
import React, { Component } from 'react'
import MyComponent from 'react-authentication-provider'
import 'react-authentication-provider/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © campbellbrobbel