🌐
MDBootstrap
mdbootstrap.com › standard › login form
React Bootstrap 5 Login form - free examples & tutorial
Responsive React Login form built with Bootstrap 5. Collection of examples for signup forms, full page login templates, login modals & many other sign in designs.
🌐
MUI
mui.com › material-ui › getting-started › templates
New Free React Templates - Material UI
A clean and efficient sign-up page, perfect for pairing with a sign-in template.
🌐
Clerk
clerk.com › blog › building-a-react-login-page-template
Building a React Login Page Template
December 20, 2024 - If you want to download a template version of the React login page template to use in your own project, check out the react-session-auth-template⁠ repository on GitHub.
🌐
ThemeSelection
themeselection.com › home › collections › 10 impressive react login page template
10 Impressive React Login Page Template - ThemeSelection
August 8, 2025 - Furthermore, it has followed the highest industry standards to bring you one of the best Materials Design React Admin Templates. The template provides 20+ Pages that include 3 different login pages, 3 register pages, 2 verify email pages, 2 Forgot password and Reset password pages.
🌐
GitHub
github.com › manuelson › react-login-template
GitHub - manuelson/react-login-template: A simple Login/Register Template with React and Tailwind CSS · GitHub
This document describes a login template in React that connects to a custom API to authenticate users.
Author   manuelson
🌐
CodeSandbox
codesandbox.io › s › react-login-form-h6rom
React Login Form - CodeSandbox
April 19, 2020 - React Login Form by no197 using react, react-dom, react-scripts
Published   Apr 19, 2020
Author   no197
🌐
React Split
uiwjs.github.io › react-login-page
React Login Pages - Uiw
Some `react` login pages, which can be used quickly after installation.
🌐
SuperTokens
supertokens.com › blog › building-a-login-screen-with-react-and-bootstrap
Build a Login Screen with React and Bootstrap | SuperTokens
Proper input handling is crucial for any form, especially a login form. We’ll implement onChange handlers to update our component’s state as the user types. This step lays the groundwork for form validation and submission, ensuring we have access to the most up-to-date user input at all times. ... import React, { useState } from 'react'; import { Form, Button, Alert } from 'react-bootstrap'; import './Login.css'; function Login() { const [email, setEmail] = useState(''); const [password, setPassword] = useState(''); const [errors, setErrors] = useState({}); const validateForm = () => { con
🌐
DevExtreme
js.devexpress.com › React › Demos › WidgetsGallery › Demo › Templates › SignInForm
Sign In Form - React Templates - DevExtreme
The DevExtreme React Sign In Form template helps you implement authentication workflow for registered users in your application.
Find elsewhere
🌐
Slashid
slashid.dev › blog › building-a-react-login-page-template
Building a React Login Page Template | SlashID Blog
Discover how to create a secure login page for your React app with authentication and styling using SlashID.
🌐
React.js Examples
reactjsexample.com › tag › login-tag
Login - React.js Examples
September 20, 2021 - DashGo - A React application for dashboard's in general with pages and pagination, login and user inclusion system 22 January 2022 ... Starter template for Login, Register and Forgot Password using ReactJS with simple form validation 30 December 2021
🌐
DEV Community
dev.to › shanu001x › how-to-create-a-feature-rich-swipeable-login-page-with-react-547m
React login page template Source Code - DEV Community
August 15, 2024 - In today's web development landscape, creating an engaging and user-friendly login page is crucial for any application. This article will guide you through the process of building a feature-rich, swipeable login page using React.
🌐
GitHub
github.com › mdbootstrap › react-login-form
GitHub - mdbootstrap/react-login-form: Responsive login form built with Bootstrap 5. Collection of examples for signup forms, full page login templates, login modals & many other sign in designs. · GitHub
Responsive React Login form built with Bootstrap 5. Collection of examples for signup forms, full page login templates, login modals & many other sign in designs.
Starred by 8 users
Forked by 6 users
Languages   SCSS 50.1% | JavaScript 37.0% | HTML 12.9%
🌐
TW Elements
tw-elements.com › docs › react › forms › login-form
Tailwind CSS React Login / Sign In Form - Free Examples & Tutorial
import React from "react"; import { TEInput, TERipple } from "tw-elements-react"; export default function ExampleV3(): JSX.Element { return ( <section className="h-screen"> <div className="container h-full px-6 py-24"> <div className="g-6 flex h-full flex-wrap items-center justify-center lg:justify-between"> {/* <!-- Left column container with background--> */} <div className="mb-12 md:mb-0 md:w-8/12 lg:w-6/12"> <img src="https://tecdn.b-cdn.net/img/Photos/new-templates/bootstrap-login-form/draw2.svg" className="w-full" alt="Phone image" /> </div> {/* <!-- Right column container with form -->
🌐
CodePen
codepen.io › Lakston › pen › XjrQdP
React Login form
<Modal onSubmit={ this.handleSubmit } key='modal'/> : <ModalBack onClick={ this.handleRemount } key='bringitback'/>; return <ReactCSSTG transitionName="animation" transitionAppear={true} transitionAppearTimeout={500} transitionEnterTimeout={500} transitionLeaveTimeout={300}> { component } </ReactCSSTG> } } // Modal class Modal extends React.Component { render() { return <div className='Modal'> <Logo /> <form onSubmit= { this.props.onSubmit }> <Input type='text' name='username' placeholder='username' /> <Input type='password' name='password' placeholder='password' /> <button> Sign In</button> <
🌐
CodePen
codepen.io › rares-lungescu › pen › KLbMvo
Responsive React Login Form
const App = props => ( <LoginForm /> ); class LoginForm extends React.Component{ render(){ return( <div id="loginform"> <FormHeader title="Login" /> <Form /> <OtherMethods /> </div> ) } } const FormHeader = props => ( <h2 id="headerTitle">{props.title}</h2> ); const Form = props => ( <div> <FormInput description="Username" placeholder="Enter your username" type="text" /> <FormInput description="Password" placeholder="Enter your password" type="password"/> <FormButton title="Log in"/> </div> ); const FormButton = props => ( <div id="button" class="row"> <button>{props.title}</button> </div> );
🌐
CodeSandbox
codesandbox.io › s › react-login-signup-ui-template-mq7k6
react-login-signup-ui-template - CodeSandbox
April 25, 2022 - react-login-signup-ui-template using @testing-library/jest-dom, @testing-library/react, @testing-library/user-event, bootstrap, react, react-dom, react-router-dom, react-scripts, web-vitals
Published   Jan 09, 2020
🌐
GitHub
github.com › tomekvenits › react-native-login-template
GitHub - tomekvenits/react-native-login-template: Simple login template for React Native. · GitHub
Simple login template for React Native. Contribute to tomekvenits/react-native-login-template development by creating an account on GitHub.
Starred by 352 users
Forked by 218 users
Languages   JavaScript
🌐
npm
npmjs.com › package › react-login-page
react-login-page - npm
August 19, 2025 - This component is designed to facilitate the development of additional login pages and offers a highly flexible API for modifying packaged login page components. ... import React from 'react'; import Login, { Render } from 'react-login-page'; ...
      » npm install react-login-page
    
Published   Aug 19, 2025
Version   1.0.6
Author   kenny wong
🌐
GitHub
github.com › uiwjs › react-login-page
GitHub - uiwjs/react-login-page: Some `react` login pages, which can be used quickly after installation. · GitHub
This component is designed to facilitate the development of additional login pages and offers a highly flexible API for modifying packaged login page components. ... import React from 'react'; import Login, { Render } from 'react-login-page'; ...
Starred by 689 users
Forked by 69 users
Languages   TypeScript 75.5% | CSS 24.3% | HTML 0.2%