You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `buttonType` | `button-type` | The type of button to render, options correspond to HTML Button `type` attribute. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button Only applies if the button is not an anchor link. | `"button" \| "reset" \| "submit"` | `undefined` |
| `dataEl` | `data-el` | An optional data attribute set on the button element for easier targeting using JavaScript. | `string \| undefined` | `undefined` |
14
14
| `disabled` | `disabled` | If true, prevents the user from interacting with the button. Note: Not all browser prevent the click handler from firing on disabled buttons. | `boolean` | `false` |
15
15
| `fill` | `fill` | If true, the button will take up the full width of the parent container | `boolean` | `false` |
0 commit comments