Upsell Success Dialog

Upsell success dialog is used to confirm user's plan upgrade or unlocked feature.

#

#

#

  • Only use this component in the context of upselling or unlocking product features.

#

NameDefaultDescription
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

  • Example
  • Guidelines
  • When to use
  • Props