Getting started
Foundation
Typography
Navigation
Feedback
Forms
Upsell dialog is used to upgrade users to a different billing plan.
Name | Default | Description |
---|---|---|
isOpen | — | boolean Determines whether dialog is open. |
title | — | string Dialog title. |
children | — | ReactNode Dialog content. |
buttonText | — | string Text of a button that confirms the action. |
sidebar | — | ReactNode Sidebar content. |
onClose | — | () => void Callback for when dialog is closed. |
onConfirm | — | () => void Callback for when user has confirmed the action. |