View source: R/components-generated.R
calcite_label | R Documentation |
Create a Label component
calcite_label(...)
... |
named attributes passed to |
The following properties are provided by this component:
Name | Attribute | Description | Values | Reflects to Attribute |
alignment | alignment | Specifies the text alignment of the component. | "center" | "end" | "start" | TRUE |
for | for | Specifies the id of the component the label is bound to. Use when the component the label is bound to does not reside within the component. | string | TRUE |
layout | layout | Defines the layout of the label in relation to the component. Use "inline" positions to wrap the label and component on the same line. | "default" | "inline" | "inline-space-between" | TRUE |
scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE |
The following slots are provided by this component:
Slot | Description |
Default (unnamed) | A slot for adding text and a component that can be labeled. |
an object of class calcite_component
which is a subclass of shiny.tag
calcite_label()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.