Create a step detail to insert in a bulmaStepItem https://wikiki.github.io/components/steps/.

bulmaStepDetail(
  ...,
  color = NULL,
  completed = FALSE,
  title = NULL,
  marker = NULL
)

Arguments

...

Description of the step.

color

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

completed

TRUE or FALSE. Is the current step completed or not?

title

Step title.

marker

Whether to put a marker in the round circle.