Update registry/components/TeamCardTwo.json
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"example": "Founder & CEO",
|
"example": "Founder & ",
|
||||||
"minChars": 2,
|
"minChars": 2,
|
||||||
"maxChars": 40,
|
"maxChars": 40,
|
||||||
"note": "Role/title displayed in secondary-button badge"
|
"note": "Role/title displayed in secondary-button badge"
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
"ariaLabel?": "string (default: 'Team section')",
|
"ariaLabel?": "string (default: 'Team section')",
|
||||||
"className?": "string"
|
"className?": "string"
|
||||||
},
|
},
|
||||||
"usageExample": "<TeamCardTwo members={[{ id: '1', name: 'Alisa Hester', role: 'Founder & CEO', description: 'Former co-founder of Opendoor. Early staff at Spotify and Clearbit.', imageSrc: '/team/alisa.jpg', socialLinks: [{ icon: Twitter, url: 'https://twitter.com/alisa' }, { icon: Linkedin, url: 'https://linkedin.com/in/alisa' }] }]} title=\"Meet Our Team\" description=\"Get to know the people behind our success\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />",
|
"usageExample": "<TeamCardTwo members={[{ id: '1', name: 'Alisa Hester', role: 'Founder & ', description: 'Former co-founder of Opendoor. Early staff at Spotify and Clearbit.', imageSrc: '/team/alisa.jpg', socialLinks: [{ icon: Twitter, url: 'https://twitter.com/alisa' }, { icon: Linkedin, url: 'https://linkedin.com/in/alisa' }] }]} title=\"Meet Our Team\" description=\"Get to know the people behind our success\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />",
|
||||||
"do": [
|
"do": [
|
||||||
"Use for about pages",
|
"Use for about pages",
|
||||||
"Use for company information",
|
"Use for company information",
|
||||||
|
|||||||
Reference in New Issue
Block a user