Testimonial Spotlight

Testimonial card with spotlight effect on hover.

Installation

pnpm dlx shadcn-svelte@latest add http://sveltekit-prerender/r/testimonial-spotlight.json

Usage

usage.svelte

Features

  • Wraps testimonial cards with a cursor-hover spotlight effect
  • Customizable spotlight color, size, and opacity via CSS variables
  • Composable with the base Testimonial component

Props

TestimonialSpotlight

Content container with a pointer-following radial spotlight.

NameTypeDefaultDescription
childrenSnippetrequiredContent rendered inside the spotlight container.
classstringundefinedAdditional classes applied to the spotlight container.
refHTMLDivElement | nullnullBindable reference to the spotlight container.