CodeBy react auth wrapper & components
npm install cby-auth> CodeBy react auth wrapper & components
 
``bash`
npm install --save cby-auth
`jsx
import React, { Component } from 'react'
import { CBYAuthScreen } from 'cby-auth'
class MyApp extends Component {
render () {
return (
)
}
}
``
MIT © JNussens