Skip to contents

Create a Stepper component

Usage

calcite_stepper(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

an object of class calcite_component which is a subclass of shiny.tag

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
iconiconWhen true, displays a status icon in the calcite-stepper-item heading.booleanTRUE
layoutlayoutDefines the layout of the component."horizontal" | "horizontal-single" | "vertical"TRUE
messageOverridesNAUse this property to override individual strings used by the component.Check API referenceFALSE
numberednumberedWhen true, displays the step number in the calcite-stepper-item heading.booleanTRUE
numberingSystemnumbering-systemSpecifies the Unicode numeral system used by the component for localization."arab" | "arabext" | "latn"TRUE
scalescaleSpecifies the size of the component."l" | "m" | "s"TRUE
selectedItemNASpecifies the component's selected item.HTMLCalciteStepperItemElementFALSE

Events

The following events are observed by shiny:

EventDescription
calciteStepperChangeFires when the active calcite-stepper-item changes.
calciteStepperItemChangeFires when the active calcite-stepper-item changes.

Slots

The following slots are provided by this component:

SlotDescription
Default (unnamed)A slot for adding calcite-stepper-item elements.

Examples

calcite_stepper()
#> <calcite-stepper></calcite-stepper>