Update registry/components/TeamCardSix.json

This commit is contained in:
2026-02-24 04:46:07 +00:00
parent 1519bece61
commit 7a2faef3b6

View File

@@ -38,7 +38,7 @@
},
"role": {
"required": true,
"example": "CEO & Founder",
"example": " & Founder",
"minChars": 2,
"maxChars": 50,
"note": "Role/title displayed at base size with truncate in blurred overlay"
@@ -84,7 +84,7 @@
"ariaLabel?": "string (default: 'Team section')",
"className?": "string"
},
"usageExample": "<TeamCardSix members={[{ id: '1', name: 'Sarah Johnson', role: 'CEO & Founder', imageSrc: '/team/sarah.jpg' }, { id: '2', name: 'Michael Chen', role: 'CTO', imageSrc: '/team/michael.jpg' }]} gridVariant=\"uniform-all-items-equal\" animationType=\"slide-up\" title=\"Meet Our Team\" description=\"The talented people behind our success\" textboxLayout=\"default\" useInvertedBackground={false} tag=\"Team\" tagIcon={Users} />",
"usageExample": "<TeamCardSix members={[{ id: '1', name: 'Sarah Johnson', role: ' & Founder', imageSrc: '/team/sarah.jpg' }, { id: '2', name: '', role: 'CTO', imageSrc: '/team/michael.jpg' }]} gridVariant=\"uniform-all-items-equal\" animationType=\"slide-up\" title=\"Meet Our Team\" description=\"The talented people behind our success\" textboxLayout=\"default\" useInvertedBackground={false} tag=\"Team\" tagIcon={Users} />",
"do": [
"Use for about pages",
"Use for company information",