Initial commit
This commit is contained in:
15
registry/schemas/ButtonTextStagger.schema.json
Normal file
15
registry/schemas/ButtonTextStagger.schema.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "ButtonTextStagger",
|
||||
"propsSchema": {
|
||||
"text": "string",
|
||||
"onClick?": "() => void",
|
||||
"href?": "string - External URLs open in new tab, internal values scroll to section",
|
||||
"scrollToSection?": "boolean",
|
||||
"className?": "string",
|
||||
"bgClassName?": "string",
|
||||
"textClassName?": "string",
|
||||
"disabled?": "boolean (default: false)",
|
||||
"ariaLabel?": "string",
|
||||
"type?": "'button' | 'submit' | 'reset' (default: 'button')"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user