Description Usage Arguments Functions See Also
Small tag labels to insert anywhere. The Bulma tag is a small but versatile element. It's very useful as a way to attach information to a block or other component. Its size makes it also easy to display in numbers, making it appropriate for long lists of items.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | bulma_tag(
...,
color = c("primary", "link", "info", "success", "warning", "danger", "white",
"black", "light", "dark"),
size = c("small", "medium", "large", "normal"),
light = FALSE,
rounded = FALSE,
delete = FALSE,
tag = tags$span
)
bulma_tags(
...,
size = c("small", "medium", "large"),
attach = FALSE,
tag = tags$div
)
|
... |
(tag) content |
color |
(string) color of the tag. |
size |
(string) size of the tag |
light |
(flag) whether or not the color is light |
rounded |
(flag) rounded tag |
delete |
(flag) delete button |
tag |
(tag) html tag ( |
attach |
(flag) merge tags together. |
bulma_tag
: is a single tag.
bulma_tags
: a container for various tags.
Other Bulma Elements:
bulma_block()
,
bulma_box()
,
bulma_button()
,
bulma_content()
,
bulma_icon()
,
bulma_image()
,
bulma_notification()
,
bulma_progress_bar()
,
bulma_table()
,
bulma_title()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.