Upsell success dialog is used to confirm user's plan upgrade or unlocked feature.
Name | Default | Description |
---|---|---|
isOpen | — | boolean Determines whether dialog is open. |
title | — | string Dialog title. |
children | — | ReactNode Dialog content. Use it to warn user about the consequences of the action they're about to perform. |
buttonText | — | string Text of a button that closes the dialog. |
onClose | — | () => void Callback for when dialog is closed. |
On this page