JJabKit
Theme preference

SpotlightCard

1.0.0

Marketing feature cards with a radial spotlight that tracks the pointer, using semantic tokens in light and dark.

npx jabkit add spotlight-card

Component Data

ID
spotlight-card
Category
marketing
Version
1.0.0
Added
2026-09-06
Type
block
Keyboard nav
No
Reduced motion
Yes
spotlightcardhoverpointermarketingfeaturesinteractivelanding

Dependencies

  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <SpotlightCard {...spotlightCardMocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <SpotlightCard {...spotlightCardMocks.alternate} />
    </div>