@aelig/contact-us

Contact Us

Add

pnpm dlx shadcn@latest add @aelig/contact-us

Renders a titled mail contact call-to-action button.

Preview

Need help?

Talk with the team about private registry access.

Usage

import ContactUs from "@/components/blocks/contact-us"

export function Section() {
  return <ContactUs {...sectionProps} />
}