Initial commit
This commit is contained in:
34
registry/schemas/SocialProofOne.schema.json
Normal file
34
registry/schemas/SocialProofOne.schema.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user