calcite_stepper_item.RdCreate a StepperItem 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 |
| 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 |