CodePen
codepen.io › juniorthx3 › pen › bGNxjEY
REACT Login Form Page
You can use the URL of any other Pen and it will include the JavaScript from that Pen.
CodePen
codepen.io › fionnachan › pen › OJVddqN
Login Page Design & React Implementation
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing. If active, Pens will autosave every 30 seconds after being saved once. If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update. If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting. ... Visit your global Editor Settings. ... #root //- Login Page design, CSS & JS code by me.
CodePen
codepen.io › juniorthx3 › embed › bGNxjEY
CodePen Embed - REACT Login Form Page
class App extends React.Component{ render(){ return( <div className="container"> <div className="form-box"> <div className="header-form"> <h4 className="text-primary text-center"><i className="fa fa-user-circle" style={{fontSize:"110px"}}></i></h4> <div className="image"> </div> </div> <div className="body-form"> <form> <div className="input-group mb-3"> <div className="input-group-prepend"> <span className="input-group-text"><i class="fa fa-user"></i></span> </div> <input type="text" className="form-control" placeholder="Username" /> </div> <div className="input-group mb-3"> <div className="i