Skip to main content
Clever Ops

Spotlight Form CTA

Email-capture CTA where the field sits inside a spotlight card, a pointer-tracked mask glow warms the surface around the input, pulling every eye to the one action.

Preview & code

Loading Spotlight Form CTA preview

Installation

pnpm dlx shadcn@latest add @cleverui/cta-spotlight-form

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { CtaSpotlightForm } from '@/components/blocks/cta-spotlight-form'
Exampletsx
import { CtaSpotlightForm } from '@/components/blocks/cta-spotlight-form'

export default function CtaSpotlightFormDemo() {
  return (
    <CtaSpotlightForm
      eyebrow="Early access"
      title="Get the Meridian beta before the waitlist closes."
      description="We're onboarding 40 design-system teams this quarter. Drop your work email, you'll get the invite the week we open seats."
      placeholder="alex@northline.dev"
      buttonLabel="Request access"
      note="No spam. One email at launch."
    />
  )
}

API reference

CtaSpotlightForm accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Early access'
title*string
descriptionstring
placeholderstring'you@company.com'
buttonLabelstring'Request access'
onSubmit(email: string) => voidcalled with the field value on submit
notestring'No spam. One email at launch.'mono reassurance line under the form

…plus everything from Omit<React.HTMLAttributes<HTMLElement>, 'onSubmit'>: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Spotlight Form CTA component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/cta-spotlight-form`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Spotlight Form CTA require?

Spotlight Form CTA uses motion and lucide-react on top of React and Tailwind CSS. You don't need to install them manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Spotlight Form CTA to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services