Create a Stepper component
calcite_stepper.RdCreate a Stepper component
Arguments
- ...
named attributes passed to
htmltools::tag()
Details
Properties
The following properties are provided by this component:
| Name | Attribute | Description | Values | Reflects to Attribute |
| icon | icon | When true, displays a status icon in the calcite-stepper-item heading. | boolean | TRUE |
| layout | layout | Defines the layout of the component. | "horizontal" | "horizontal-single" | "vertical" | TRUE |
| messageOverrides | NA | Use this property to override individual strings used by the component. | Check API reference | FALSE |
| numbered | numbered | When true, displays the step number in the calcite-stepper-item heading. | boolean | TRUE |
| numberingSystem | numbering-system | Specifies the Unicode numeral system used by the component for localization. | "arab" | "arabext" | "latn" | TRUE |
| scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE |
| selectedItem | NA | Specifies the component's selected item. | HTMLCalciteStepperItemElement | FALSE |