Skip to contents

Create a StepperItem component

Usage

calcite_stepper_item(...)

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
completecompleteWhen true, the step has been completed.booleanTRUE
descriptiondescriptionA description for the component. Displays below the header text.stringFALSE
disableddisabledWhen true, interaction is prevented and the component is displayed with lower opacity.booleanTRUE
errorerrorWhen true, the component contains an error that requires resolution from the user.booleanTRUE
headingheadingThe component header text.stringFALSE
iconFlipRtlicon-flip-rtlWhen true, the icon will be flipped when the element direction is right-to-left ("rtl").booleanTRUE
messageOverridesNAUse this property to override individual strings used by the component.Check API referenceFALSE
selectedselectedWhen true, the component is selected.booleanTRUE

Events

The following events are observed by shiny:

EventDescription
calciteStepperItemSelectFires when the active calcite-stepper-item changes.

Slots

The following slots are provided by this component:

SlotDescription
Default (unnamed)A slot for adding custom content.

Examples

calcite_stepper_item()
#> <calcite-stepper-item></calcite-stepper-item>