Update registry/components/TestimonialCardTwelve.json

This commit is contained in:
2026-03-04 03:44:05 +00:00
parent be616fb448
commit d5e367f582

View File

@@ -26,7 +26,7 @@
},
"name": {
"required": true,
"example": "Sarah Johnson",
"example": "Terence J Simmons",
"minChars": 2,
"maxChars": 50,
"note": "Used as fallback for imageAlt"
@@ -38,7 +38,7 @@
},
"imageAlt": {
"required": false,
"example": "Sarah Johnson",
"example": "Terence J Simmons",
"minChars": 2,
"maxChars": 50,
"note": "Alt text for accessibility (defaults to name)"
@@ -67,7 +67,7 @@
"cardTitleClassName?": "string",
"cardTagClassName?": "string"
},
"usageExample": "<TestimonialCardTwelve testimonials={[{ id: '1', name: 'Sarah Johnson', imageSrc: '/testimonials/sarah.jpg' }, { id: '2', name: 'Michael Chen', imageSrc: '/testimonials/michael.jpg' }, { id: '3', name: 'Emma Davis', imageSrc: '/testimonials/emma.jpg' }, { id: '4', name: 'James Wilson', imageSrc: '/testimonials/james.jpg' }]} cardTitle=\"Over 10,000 customers trust us to deliver exceptional results\" cardTag=\"See what they say\" useInvertedBackground={false} />",
"usageExample": "<TestimonialCardTwelve testimonials={[{ id: '1', name: 'Terence J Simmons', imageSrc: '/testimonials/sarah.jpg' }, { id: '2', name: 'Michael Chen', imageSrc: '/testimonials/michael.jpg' }, { id: '3', name: 'Emma Davis', imageSrc: '/testimonials/emma.jpg' }, { id: '4', name: 'James Wilson', imageSrc: '/testimonials/james.jpg' }]} cardTitle=\"Over 10,000 customers trust us to deliver exceptional results\" cardTag=\"See what they say\" useInvertedBackground={false} />",
"do": [
"Use for feature showcases",
"Use for capability displays",