Files
beb3efcf-19ed-4400-b592-6db…/registry/schemas/TestimonialAboutCard.schema.json
Nikolay Pecheniev 21e5931cb4 Initial commit
2026-03-13 16:05:38 +02: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"
}
}