Back to blocks
signup
Block

Simple Signup

Basic email/password form with name, email, password fields

Installation

npx shadcn add @mylo-ui/signup-simple

Preview

Create an account

Enter your details below to get started

Must be at least 8 characters

Already have an account? Sign in

Usage

import { SignupSimple } from "@/components/blocks/signup-simple"

export default function Page() {
  return <SignupSimple />
}

Dependencies

lucide-react

shadcn/ui Components

button
input
checkbox