UNPKG

react-modal-login

Version:

A highly customizable react login modal with social buttons

18 lines (12 loc) 259 B
import React from "react"; import ReactDOM from "react-dom"; import Sample from "./Sample"; import "../scss/style.scss"; ReactDOM.render( <div> <h1>react-modal-login demo</h1> <hr /> <Sample /> </div>, document.getElementById("app") );