Getting started
Foundation
Typography
Navigation
Feedback
Forms
Upsell success dialog is used to confirm user's plan upgrade or unlocked feature.
| Name | Default | Description |
|---|---|---|
isOpen | — | booleanDetermines whether dialog is open. |
title | — | stringDialog title. |
children | — | ReactNodeDialog content. Use it to warn user about the consequences of the action they're about to perform. |
buttonText | — | stringText of a button that closes the dialog. |
onClose | — | () => voidCallback for when dialog is closed. |
On this page