PricingCard
Pricing is a convenience component used to display features and pricing tables in a beautiful and engaging way.
#
Usage#
Props#
PricingCard#
Reference#
PricingCard#
buttonButton information.
Type | Default |
---|---|
ButtonProps or ButtonInformation | None |
#
colorColor scheme for button & title.
Type | Default |
---|---|
string | Color(Primary) |
#
containerStyleOuter component styling.
Type | Default |
---|---|
View style(Object) | None |
#
infoPricing information.
Type | Default |
---|---|
string[] | [] |
#
infoStyleSpecify pricing information style.
Type | Default |
---|---|
Text Style(Object) | None |
#
onButtonPressFunction to be run when button is pressed.
Type | Default |
---|---|
Function | None |
#
pricePrice mentioned in the pricing card.
Type | Default |
---|---|
string or number | None |
#
pricingStyleSpecify pricing text style.
Type | Default |
---|---|
Text Style(Object) | None |
#
titleAdd title in the pricing card.
Type | Default |
---|---|
string | None |
#
titleStyleSpecify title text style.
Type | Default |
---|---|
Text Style(Object) | None |
#
wrapperStyleInner wrapper component styling.
Type | Default |
---|---|
View style(Object) | None |