Getting started
Foundation
Typography
Navigation
Feedback
Forms
Upsell card is used to indicate locked features that are accessible only to customers on a different billing plan and prompt customers to upgrade.
Inherits margin props.
| Name | Default | Description |
|---|---|---|
badgeText | — | stringText of a badge at the top of the card. |
title | — | stringCard title. Usually contains a name of the feature to unlock. |
children | — | ReactNodeCard content. |
actionText | — | stringText of a call-to-action button. |
onAction | — | () => voidCallback when call-to-action button is clicked. |
Inherits margin props.
| Name | Default | Description |
|---|---|---|
message | — | ReactNodeCard message. |
actionText | — | stringText of a call-to-action button. |
onAction | — | () => voidCallback when call-to-action button is clicked. |
Inherits margin props.
| Name | Default | Description |
|---|---|---|
badgeText | — | stringText of a badge at the top of the card. |
title | — | stringCard title. Usually contains a name of the feature to unlock. |
children | — | ReactNodeCard content. |
actionText | — | stringText of a call-to-action button. |
videoUrl | — | stringURL to a video that's displayed on the side. |
videoPoster | — | stringURL to a video thumbnail. |
imageUrl | — | stringURL to an image that's displayed on the side. |
onAction | — | () => voidCallback when call-to-action button is clicked. |