Button
Button(props): CommandKitElement<'button-kit'>
The button component.
<Button style={ButtonStyle.Primary} customId="click_me">Click Me</Button>
Parameter | Type | Optional | Description |
---|---|---|---|
props | ButtonProps | ❌ | The button properties. |
The button component.
<Button style={ButtonStyle.Primary} customId="click_me">Click Me</Button>
Parameter | Type | Optional | Description |
---|---|---|---|
props | ButtonProps | ❌ | The button properties. |