react-hook-auth
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

react-hook-auth

React Hooks for your Authentication

NPM JavaScript Style Guide

Install

npm install --save react-hook-auth

Usage

import React, { Component } from 'react'

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

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

License

MIT © crofoot

/react-hook-auth/

    Package Sidebar

    Install

    npm i react-hook-auth

    Weekly Downloads

    7

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    4.72 kB

    Total Files

    9

    Last publish

    Collaborators

    • crofoot