{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "testimonial", "title": "Testimonial", "author": "ncdai ", "description": "Display user feedback with author info, avatar, and verified badge.", "files": [ { "path": "src/registry/components/testimonial/testimonial.tsx", "content": "import type { ComponentProps } from \"react\"\n\nimport { cn } from \"@/lib/utils\"\n\nexport function Testimonial({ className, ...props }: ComponentProps<\"figure\">) {\n return (\n \n )\n}\n\nexport function TestimonialQuote({\n className,\n ...props\n}: ComponentProps<\"blockquote\">) {\n return (\n \n )\n}\n\nexport function TestimonialAuthor({\n className,\n ...props\n}: ComponentProps<\"figcaption\">) {\n return (\n \n )\n}\n\nexport function TestimonialAvatar({\n className,\n ...props\n}: ComponentProps<\"div\">) {\n return (\n \n )\n}\n\nexport function TestimonialAvatarImg({\n className,\n src,\n alt,\n ...props\n}: ComponentProps<\"img\">) {\n return (\n \n )\n}\n\nexport function TestimonialAvatarRing({\n className,\n ...props\n}: ComponentProps<\"div\">) {\n return (\n \n )\n}\n\nexport function TestimonialAuthorName({\n className,\n ...props\n}: ComponentProps<\"div\">) {\n return (\n \n )\n}\n\nexport function TestimonialAuthorTagline({\n className,\n ...props\n}: ComponentProps<\"div\">) {\n return (\n \n )\n}\n\nexport function TestimonialVerifiedBadge({\n className,\n ...props\n}: ComponentProps<\"span\">) {\n return (\n \n )\n}\n", "type": "registry:component" } ], "type": "registry:component" }