Files
3b3ca5e7-c4d4-409c-ab20-3f8…/registry/schemas/TestimonialAboutCard.schema.json
2026-04-11 14:49:06 +00:00

32 lines
1.1 KiB
JSON

{
"name": "TestimonialAboutCard",
"propsSchema": {
"tag": "string",
"tagIcon?": "LucideIcon",
"tagAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
"title": "string",
"description": "string",
"subdescription": "string",
"icon": "LucideIcon (required - displayed in the icon box)",
"mediaAnimation": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
"imageSrc": "string (required if no videoSrc)",
"imageAlt?": "string (default: '')",
"videoSrc": "string (required if no imageSrc)",
"videoAriaLabel?": "string (default: 'Testimonial video')",
"useInvertedBackground": "boolean",
"ariaLabel?": "string (default: 'Testimonial section')",
"className?": "string",
"containerClassName?": "string",
"cardClassName?": "string",
"contentClassName?": "string",
"tagClassName?": "string",
"titleClassName?": "string",
"descriptionClassName?": "string",
"subdescriptionClassName?": "string",
"footerClassName?": "string",
"iconBoxClassName?": "string",
"iconClassName?": "string",
"mediaWrapperClassName?": "string",
"mediaClassName?": "string"
}
}