Added new secondaryMetaContent prop and conditional props in PriceCardContent
Amanda Wallin
Release notes
- BREAKING: Added conditional props for
priceText
,secondaryPriceText
, andsecondaryMetaContent
inPriceCardContent
. - Enhanced
PriceCardContent
with a new prop namedsecondaryMetaContent
, which accepts aReact.Element
to be displayed below the price. This can be used for elements like icons with tooltips. - Added a
customAttribute
toPriceObject
inPriceCardContent
.