Files
29bc7855-fc2e-4421-b998-299…/registry/schemas/SocialProofOne.schema.json
2026-04-11 13:11:13 +00:00

35 lines
1.5 KiB
JSON

{
"name": "SocialProofOne",
"propsSchema": {
"names": "string[] (required) - Array of company/partner names to display as text",
"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",
"logoTextClassName?": "string"
}
}