croods-light-auth

Authentication made easy with Croods

Usage no npm install needed!

<script type="module">
  import croodsLightAuth from 'https://cdn.skypack.dev/croods-light-auth';
</script>

README

croods-light-auth

NPM JavaScript Style Guide

Install

npm install --save croods-light-auth

Usage

import React, { Component } from 'react'

import MyComponent from 'croods-light-auth'

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

License

MIT © SeasonedSoftware