Skip to content

loopstudio/react-auth

Repository files navigation

loop-react-auth

React auth library

NPM JavaScript Style Guide

Install

Using npm as the package manager

npm install --save loop-react-auth

Using yarn as the package manager

yarn add @loopstudio/react-auth

Usage

import React, { Component } from 'react';

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

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

License

UNLICENSED © loopstudio