Contents
Preview
Open preview in new tabProps
Name | Description | Type | Required | Reactive | Default |
---|---|---|---|---|---|
htmlElement | The underlying <button> | undefined | false | true | |
buttonStyle | Controls the button's style. Can be either "primary", "secondary", "tertiary" or "danger" | string | false | true | "primary" |
disabled | Controls the button's disabled state | boolean | false | true | false |
type | Sets the type of the <button> | string | false | true | "button" |
Slots
Default default
Events
click forwarded
Documentation generated by sveld