pretty-login-library
v3.0.1
Published
reusable login library made with react-component-library
Downloads
7
Readme
pretty-login-library
reusable login library made with react-component-library
Install
npm install --save pretty-login-libraryUsage
import React, { Component } from 'react'
import { PrettyLogin } from 'pretty-login-library'
import 'pretty-login-library/dist/index.css'
class Example extends Component {
render() {
return <PrettyLogin />
}
}License
MIT © godknight0930
