croods-light-auth
v0.3.0
Published
Authentication made easy with Croods
Downloads
4
Readme
croods-light-auth
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