blocks/pricing-card
@fungi.computer/caps / blocks/pricing-card
blocks/pricing-card
Section titled “blocks/pricing-card”Type Aliases
Section titled “Type Aliases”PricingPlan
Section titled “PricingPlan”PricingPlan =
object
Caller-provided pricing plan data.
Properties
Section titled “Properties”name:
ReactNode
description?
Section titled “description?”
optionaldescription?:ReactNode
price?
Section titled “price?”
optionalprice?:ReactNode
interval?
Section titled “interval?”
optionalinterval?:ReactNode
PricingCardProps
Section titled “PricingCardProps”PricingCardProps =
HTMLAttributes<HTMLDivElement> > &object
Props accepted by PricingCard.
Type Declaration
Section titled “Type Declaration”plan:
PricingPlan
features?
Section titled “features?”
optionalfeatures?:ReactNode
Caller-owned feature rows.
action?
Section titled “action?”
optionalaction?:ReactNode
Caller-owned action control; this block never invokes or configures it.
status?
Section titled “status?”
optionalstatus?:ReactNode
Caller-owned status content, such as a badge.
Variables
Section titled “Variables”PricingCard
Section titled “PricingCard”
constPricingCard:ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> > &object&RefAttributes<HTMLDivElement>>>>
Displays supplied plan data and slots; checkout and policy stay with the host.