Feature Upsell
The FeatureUpsell
component is used to hide content behind a call to action button.
Content delivery networks (CDNs) using edge servers around the world to store static website files for faster delivery to users who are geographically distant from the host server.
Usage
import { FeatureUpsell } from "@newfold/ui-component-library";
<FeatureUpsell cardText="Upgrade to Unlock">
<CDN />
</FeatureUpsell>
Props
Attribute | Type | Description | Default |
---|---|---|---|
children* | node | | The locked content of the feature upsell. | - |
shouldUpsell | bool | | Whether or not the feature upsell should be shown. | true |
variant | default | card | | The variant of the feature upsell. | card |
cardLink | string | | The URL of the upsell button. | - |
cardText | string | | The text of the upsell button. | - |
className | string | | - | - |