Skip to main content

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

AttributeTypeDescriptionDefault
children*node | The locked content of the feature upsell.-
shouldUpsellbool | Whether or not the feature upsell should be shown.true
variantdefault | card | The variant of the feature upsell.card
cardLinkstring | The URL of the upsell button.-
cardTextstring | The text of the upsell button.-
classNamestring | --

Hello From Root