radkradk

Login Form

A login form with email, password, remember me checkbox, and a social sign-in button.

Welcome back

Sign in to your account

Don't have an account? Sign up

Installation

This block uses the following components. Add any you don't have yet:

npx radk add button card checkbox input label separator

Usage

import { LoginFormBlock } from "@/components/blocks/login-form"
<LoginFormBlock />

Source

Wire up the form submission with your auth provider. For validation, pair with React Hook Form or TanStack Form.