| heading_text | R Documentation |
This function createS heading text
heading_text(text_input, size = "xl", id, level = 1)
text_input |
Text to display |
size |
Text size using xl, l, m, s. Defaults to xl |
id |
Custom header id |
level |
Heading level, integer between 1 and 6. Defaults to 1 |
a heading text HTML shiny tag object
Other Govstyle text types:
date_Input(),
gov_list(),
input_field(),
text_Input(),
text_area_Input(),
word_count()
shinyGovstyle::heading_text("This is great text")
shinyGovstyle::heading_text("This is great text", size = "l", level = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.