2.0.2 • Published 1 year ago

@lg-chat/message-prompts v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Message Prompts

npm (scoped)

View on MongoDB.design

Installation

Yarn

yarn add @leafygreen-ui/message-prompts

NPM

npm install @leafygreen-ui/message-prompts

MessagePrompt Properties

PropTypeDescriptionDefault
selectedbooleanSpecifies that the MessagePrompt is selected. When one message prompt is selected, the others are disabled by default.
disabledbooleanSpecifies that the MessagePrompt is disabled.
onClickReact.MouseEventHandler<HTMLButtonElement>Event handler called onClick.
...HTMLElementProps<'button'>Props spread on button element