37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"name": "SocialProofOne",
|
|
"propsSchema": {
|
|
"names": "string[] (required) - Array of company/partner names to display as text",
|
|
"logos?": "string[] - Array of logo image paths. If provided, displays images instead of text names",
|
|
"title": "string",
|
|
"titleSegments?": "Array<{ type: 'text', content: string } | { type: 'image', src: string, alt?: string }>",
|
|
"description": "string",
|
|
"tag?": "string",
|
|
"tagIcon?": "LucideIcon",
|
|
"tagAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
|
|
"buttons?": "Array<{ text: string, href?: string, onClick?: () => void }>",
|
|
"buttonAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
|
|
"textboxLayout": "'default' | 'split' | 'split-actions' | 'split-description' | 'inline-image'",
|
|
"useInvertedBackground": "boolean",
|
|
"speed?": "number (default: 40)",
|
|
"showCard?": "boolean (default: true) - Whether to show card styling around items",
|
|
"ariaLabel?": "string (default: 'Social proof section')",
|
|
"className?": "string",
|
|
"containerClassName?": "string",
|
|
"textBoxTitleClassName?": "string",
|
|
"titleImageWrapperClassName?": "string",
|
|
"titleImageClassName?": "string",
|
|
"textBoxDescriptionClassName?": "string",
|
|
"textBoxClassName?": "string",
|
|
"textBoxTagClassName?": "string",
|
|
"textBoxButtonContainerClassName?": "string",
|
|
"textBoxButtonClassName?": "string",
|
|
"textBoxButtonTextClassName?": "string",
|
|
"contentClassName?": "string",
|
|
"logoItemClassName?": "string",
|
|
"logoCardClassName?": "string",
|
|
"logoImageClassName?": "string",
|
|
"logoTextClassName?": "string"
|
|
}
|
|
}
|