Testimonial Spotlight
Testimonial card with spotlight effect on hover.
Loading…
Installation
$ pnpm dlx shadcn@latest add @ncdai/testimonial-spotlight
Usage
import { TestimonialSpotlight } from "@/components/testimonial-spotlight"
import {
Testimonial,
TestimonialAuthor,
TestimonialAuthorTagline,
TestimonialAuthorInfo,
TestimonialAuthorName,
TestimonialAvatar,
TestimonialAvatarImg,
TestimonialAvatarRing,
TestimonialQuote,
TestimonialVerifiedBadge,
} from "@/components/testimonial"<TestimonialSpotlight>
<Testimonial>
<TestimonialQuote />
<TestimonialAuthor>
<TestimonialAvatar>
<TestimonialAvatarImg />
<TestimonialAvatarRing />
</TestimonialAvatar>
<TestimonialAuthorName>
<TestimonialVerifiedBadge />
</TestimonialAuthorName>
<TestimonialAuthorTagline />
</TestimonialAuthor>
</Testimonial>
</TestimonialSpotlight>API Reference
TestimonialSpotlight
Prop
Type
Examples
Custom color
Loading…