yarn add @leafygreen-ui/message-prompts
npm install @leafygreen-ui/message-prompts
Prop | Type | Description | Default |
---|---|---|---|
selected |
boolean |
Specifies that the MessagePrompt is selected. When one message prompt is selected, the others are disabled by default. | |
disabled |
boolean |
Specifies that the MessagePrompt is disabled. | |
onClick |
React.MouseEventHandler<HTMLButtonElement> |
Event handler called onClick. | |
... |
HTMLElementProps<'button'> |
Props spread on button element |