Files
23ceccce-6700-4aa7-b7de-b46…/registry/schemas/SocialProofOne.schema.json
2026-02-13 16:42:26 +00:00

37 lines
1.4 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?": "TitleSegment[]",
"description": "string",
"tag?": "string",
"tagIcon?": "LucideIcon",
"tagAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
"buttons?": "ButtonConfig[]",
"buttonAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
"textboxLayout": "TextboxLayout",
"useInvertedBackground": "InvertedBackground",
"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"
}
}