Create a pricing table plan to insert in a bulmaPricingTable https://wikiki.github.io/components/pricingtable/.
bulmaPricingPlan(
...,
active = FALSE,
color = NULL,
plan_title = NULL,
plan_price = NULL,
plan_currency = NULL,
plan_period = NULL,
button_status = NULL,
button_name = NULL
)
Slot for bulmaPricingPlanItem.
FALSE by default. If TRUE, the corresponding pricing plan is highlighted.
Plan color : link
, info
, primary
, warning
,
danger
, success
, black
, dark
and ligth
.
Plan title.
Plan price.
Plan currency.
Payment periodicity.
Button status. NULL or "disabled"
.
Button label.