Login Form
A login form with email, password, remember me checkbox, and a social sign-in button.
Installation
This block uses the following components. Add any you don't have yet:
npx radk add button card checkbox input label separatorUsage
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.