@aelig/subscribe-form
Subscribe Form
Add
pnpm dlx shadcn@latest add @aelig/subscribe-formRenders a client-side email subscription form with validation and translated messages.
Preview
Usage
import SubscribeForm from "@/components/blocks/subscribe-form"
export function Section() {
return <SubscribeForm {...sectionProps} />
}