View source: R/components-generated.R
| calcite_stepper | R Documentation |
Create a Stepper component
calcite_stepper(...)
... |
named attributes passed to |
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 |
The following events are observed by shiny:
| Event | Description |
| calciteStepperChange | Fires when the active calcite-stepper-item changes. |
| calciteStepperItemChange | Fires when the active calcite-stepper-item changes. |
The following slots are provided by this component:
| Slot | Description |
| Default (unnamed) | A slot for adding calcite-stepper-item elements. |
an object of class calcite_component which is a subclass of shiny.tag
calcite_stepper()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.