View source: R/ds-typography.R
| ds_label | R Documentation |
Create a styled form label using Designsystemet styles.
ds_label(..., `for` = NULL, class = NULL)
... |
Label content |
for |
The ID of the input this label is for |
class |
Additional CSS classes |
A Shiny tag object
ds_label("Email address", `for` = "email")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.