Files
a242fa63-da53-45e7-a94b-a0d…/registry/schemas/ButtonHoverBubble.schema.json
Nikolay Pecheniev e1c805c930 Initial commit
2026-02-06 13:12:20 +02:00

16 lines
657 B
JSON

{
"name": "ButtonHoverBubble",
"propsSchema": {
"text": "string",
"onClick?": "() => void",
"href?": "string - External URLs open in new tab, internal values scroll to section",
"scrollToSection?": "boolean",
"className?": "string",
"bgClassName?": "string - Applied to the text container (automatically set in sections)",
"textClassName?": "string - Applied to the text span",
"iconClassName?": "string - Applied to both arrow icon containers (automatically set in sections)",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"type?": "'button' | 'submit' | 'reset' (default: 'button')"
}
}