Files
b8d6046d-1486-4970-aae6-db7…/registry/schemas/ButtonBounceEffect.schema.json
Nikolay Pecheniev ea1adb82cb Initial commit
2026-02-05 11:44:53 +02:00

15 lines
463 B
JSON

{
"name": "ButtonBounceEffect",
"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')"
}
}