{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "testimonials-marquee", "title": "Testimonials Marquee", "author": "ramanak ", "description": "A testimonials marquee component for showcasing user feedback in a scrolling format.", "registryDependencies": [ "@ramanak/utils", "@kibo-ui/marquee" ], "files": [ { "path": "src/registry/testimonials-marquee/testimonials-marquee.tsx", "content": "import { cn } from \"@/lib/utils\"\r\n\r\nexport function Testimonial({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<\"figure\">) {\r\n return (\r\n \r\n {children}\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialQuote({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<\"blockquote\">) {\r\n return (\r\n \r\n {children}\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialAuthor({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<\"figcaption\">) {\r\n return (\r\n \r\n {children}\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialAvatar({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<\"div\">) {\r\n return (\r\n \r\n {children}\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialAvatarImg({\r\n className,\r\n src,\r\n alt,\r\n ...props\r\n}: React.ComponentProps<\"img\">) {\r\n return (\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialAvatarRing({\r\n className,\r\n ...props\r\n}: React.ComponentProps<\"div\">) {\r\n return (\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialAuthorName({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<\"div\">) {\r\n return (\r\n \r\n {children}\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialAuthorTagline({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<\"div\">) {\r\n return (\r\n \r\n {children}\r\n \r\n )\r\n}\r\n\r\nexport function TestimonialVerifiedBadge({\r\n className,\r\n ...props\r\n}: React.ComponentProps<\"svg\">) {\r\n return (\r\n \r\n \r\n \r\n )\r\n}\r\n", "type": "registry:component" } ], "docs": "https://www.ramana.dev/components/testimonials-marquee", "type": "registry:component" }