calcite_stepper_item: Create a StepperItem component

View source: R/components-generated.R

calcite_stepper_itemR Documentation

Create a StepperItem component

Description

Create a StepperItem component

Usage

calcite_stepper_item(...)

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

Name Attribute Description Values Reflects to Attribute
complete complete When true, the step has been completed. boolean TRUE
description description A description for the component. Displays below the header text. string FALSE
disabled disabled When true, interaction is prevented and the component is displayed with lower opacity. boolean TRUE
error error When true, the component contains an error that requires resolution from the user. boolean TRUE
heading heading The component header text. string FALSE
iconFlipRtl icon-flip-rtl When true, the icon will be flipped when the element direction is right-to-left ("rtl"). boolean TRUE
messageOverrides NA Use this property to override individual strings used by the component. Check API reference FALSE
selected selected When true, the component is selected. boolean TRUE

Events

The following events are observed by shiny:

Event Description
calciteStepperItemSelect Fires when the active calcite-stepper-item changes.

Slots

The following slots are provided by this component:

Slot Description
Default (unnamed) A slot for adding custom content.

Value

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

References

Official Documentation

Examples

calcite_stepper_item()

calcite documentation built on April 3, 2025, 7:11 p.m.