Pricing Cards
PROThe Pricing Cards components helps you to simply create a beautiful pricing card for your pages.
Default Pricing Card
STARTER
$99/mo
done2 team members
done20GB Cloud storage
removeIntegration help
removeSketch Files
removeAPI Access
removeComplete documentation
JoinProps Information
Name | Type | Default | Description |
---|---|---|---|
color | 'primary''secondary''info''success''warning''danger''error''light''dark' | Used to set the Card background color. | |
badge* | 'color''label' | Used to set the DefaultPricingCard badge content and style. Its a required prop. | |
price* | 'currency''amount''charged' | Used to set the DefaultPricingCard price details. Its a required prop. | |
specifications* | array | Used to set the DefaultPricingCard specifications, its an array of objects with the following keys: `label` and `includes`. Its a required prop. | |
action | 'route''label''color' | Used to set the DefaultPricingCard route, label and action button style. Its a required prop. |
Simple Pricing Card
doneComplete documentation
doneWorking materials in Sketch
done2GB cloud storage
done100 team members
Props Information
Name | Type | Default | Description |
---|---|---|---|
color | 'primary''secondary''info''success''warning''danger''error''light''dark' | Used to set the Card background color. | |
title* | string | Used to set the SimplePricingCard title. Its a required prop. | |
description* | string | Used to set the SimplePricingCard description. Its a required prop. | |
price* | 'currency''amount''charged' | Used to set the SimplePricingCard price details. It can be a number or an object. Its a required prop. | |
specifications* | array | Used to set the SimplePricingCard specifications. It is an array of strings and It's a required prop. | |
action | 'route''label''color' | Used to set the SimplePricingCard route, label and action button style. Its a required prop. | |
col | string | col-lg-3 col-sm-6 | Used to set the SimplePricingCard column. |
Simple Info Pricing Card
Standard
$59
per month- 50GB File Storage
- 100 Users
- Premium Support
Props Information
Name | Type | Default | Description |
---|---|---|---|
variant | 'fill''gradient' | Used to set the SimpleInfoPricingCard color variant. | |
color | 'primary''secondary''info''success''warning''danger''error''light''dark' | Used to set the SimpleInfoPricingCard background color. | |
image | string | Used to set an image on the SimpleInfoPricingCard . | |
title* | string | Used to set the SimpleInfoPricingCard title. Its a required prop. | |
price* | 'currency''amount''charged' | Used to set the SimpleInfoPricingCard price details. It can be a number or an object. Its a required prop. | |
specifications* | array | Used to set the SimpleInfoPricingCard specifications. It is an array of strings and It's a required prop. | |
action | 'label''color' | Used to set the SimpleInfoPricingCard label and action button style. |
Mini Pricing Card
Starter
$199
Complete documentation
Working materials in Sketch
500MB cloud storage
Lite support
Props Information
Name | Type | Default | Description |
---|---|---|---|
title* | string | Used to set the MiniPricingCard title. Its a required prop. | |
price* | 'currency''amount' | Used to set the MiniPricingCard price details. It can be a number or an object. Its a required prop. | |
specifications* | array | Used to set the MiniPricingCard specifications. It is an array of strings and It's a required prop. | |
action | 'label''route''color''class' | Used to set the MiniPricingCard label, route, color and custom action button style. |