login-ui Made with create-react-library Usage import React, { Component } from 'react' import MyComponent from 'login-ui' import 'login-ui/dist/index.css' class Example extends Component { render() { return <MyComponent /> } } License MIT © vuthpov