Components
Loading preview...
Animated and minimal waitlist form with email input and submit button.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/waitlist-form-1import { WaitlistForm } from "@/components/ui/waitlist-form-1";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<WaitlistForm />
</div>
);
};
export { DemoOne };