Button type - determines the HTML button behavior
// Standard clickable button (default)variant: 'button'// Form submission buttonvariant: 'submit'// Form reset buttonvariant: 'reset' Copy
// Standard clickable button (default)variant: 'button'// Form submission buttonvariant: 'submit'// Form reset buttonvariant: 'reset'
Button type - determines the HTML button behavior