1.0.4 • Published 2 years ago

unified-auth-react v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

unified-auth-react

Auth components for react projects utilizing Unified Auth's apis

NPM JavaScript Style Guide

Install

npm install --save unified-auth-react

Usage

import React, { Component } from 'react'

import MyComponent from 'unified-auth-react'
import 'unified-auth-react/dist/index.css'

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

License

MIT © gthom9

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago