import { LowerPrompt, LowerPromptProps } from 'hc-mobile-app-ui';
isOpen
string
Determines if the prompt is open or not.
intent
danger | success
Sets the color of the confirm button.
leftButtonLabel
Label of the left button.
leftButtonCallback
function
Function to be call when the left button is pressed.
leftButtonColor
Color of the left button.
rightButtonLabel
Label of the right button.
rightButtonCallback
Function to be call when the right button is pressed.
rightButtonColor
Color of the right button. This gets overridden if an "intent" is specified.
Last updated 3 years ago