Initial commit
This commit is contained in:
15
registry/schemas/TextAbout.schema.json
Normal file
15
registry/schemas/TextAbout.schema.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "TextAbout",
|
||||
"propsSchema": {
|
||||
"title": "string",
|
||||
"buttons?": "Array<{ text: string, onClick?: () => void, href?: string, props?: Partial<ButtonPropsForVariant<CTAButtonVariant>> }>",
|
||||
"useInvertedBackground": "'noInvert' | 'invertDefault'",
|
||||
"ariaLabel?": "string (default: 'About section')",
|
||||
"className?": "string",
|
||||
"containerClassName?": "string",
|
||||
"titleClassName?": "string",
|
||||
"buttonContainerClassName?": "string",
|
||||
"buttonClassName?": "string",
|
||||
"buttonTextClassName?": "string"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user