Create a BlockSection component
calcite_block_section.Rd
Create a BlockSection 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 |
iconEnd | icon-end | Specifies an icon to display at the end of the component. | string | TRUE |
iconFlipRtl | icon-flip-rtl | Displays the iconStart and/or iconEnd as flipped when the element direction is right-to-left ("rtl" ). | "both" | "end" | "start" | TRUE |
iconStart | icon-start | Specifies an icon to display at the start of the component. | string | TRUE |
messageOverrides | NA | Use this property to override individual strings used by the component. | Check API reference | FALSE |
open | open | When true , expands the component and its contents. | boolean | TRUE |
status | status | Displays a status-related indicator icon. | "idle" | "invalid" | "valid" | TRUE |
text | text | The component header text. | string | FALSE |
toggleDisplay | toggle-display | Specifies how the component's toggle is displayed, where: "button" sets the toggle to a selectable header, and "switch" sets the toggle to a switch. | "button" | "switch" | TRUE |