mw-login
v1.0.0
Published
Authentication popup for mw services
Readme
@mw/login
Authentication popup for mw services
Install
npm install --save @mw/loginUsage
import React, { Component } from 'react'
import MyComponent from '@mw/login'
import '@mw/login/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © Luleherll
