A customizable form built on top of shadcn's input and label, with a touch of framer motion
import React from "react"; import { SignupForm } from "@/components/ui/signup-form"; export function SignupFormDemo() { return ( <div className="h-[40rem] flex items-center justify-center"> <SignupForm /> </div> ); }
Part of Aceternity UI — browse the full library on 21st.dev.