Learn R Programming

calcite (version 0.1.0)

calcite_stepper_item: Create a StepperItem component

Description

Create a StepperItem component

Usage

calcite_stepper_item(...)

Value

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

Arguments

...

named attributes passed to htmltools::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.

References

Official Documentation

Examples

Run this code
calcite_stepper_item()

Run the code above in your browser using DataLab