Skip to main content
Version: 4.0.0-beta.0

PricingCard

Pricing is a convenience component used to display features and pricing tables in a beautiful and engaging way.

Usage


Props

PricingCard

Reference

PricingCard

button

Button information.

TypeDefault
ButtonProps or ButtonInformationNone

color

Color scheme for button & title.

TypeDefault
stringColor(Primary)

containerStyle

Outer component styling.

TypeDefault
View style(Object)None

info

Pricing information.

TypeDefault
string[][]

infoStyle

Specify pricing information style.

TypeDefault
Text Style(Object)None

onButtonPress

Function to be run when button is pressed.

TypeDefault
FunctionNone

price

Price mentioned in the pricing card.

TypeDefault
string or numberNone

pricingStyle

Specify pricing text style.

TypeDefault
Text Style(Object)None

title

Add title in the pricing card.

TypeDefault
stringNone

titleStyle

Specify title text style.

TypeDefault
Text Style(Object)None

wrapperStyle

Inner wrapper component styling.

TypeDefault
View style(Object)None