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
)

Arguments

...

Slot for bulmaPricingPlanItem.

active

FALSE by default. If TRUE, the corresponding pricing plan is highlighted.

color

Plan color : link, info, primary, warning, danger, success, black, dark and ligth.

plan_title

Plan title.

plan_price

Plan price.

plan_currency

Plan currency.

plan_period

Payment periodicity.

button_status

Button status. NULL or "disabled".

button_name

Button label.