bulma_tag: Bulma Tag

Description Usage Arguments Functions See Also

View source: R/bulma-tag.R

Description

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.

Documentation

Usage

 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
)

Arguments

...

(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 (<span> for tag, <div> for tags)

attach

(flag) merge tags together.

Functions

See Also

Other Bulma Elements: bulma_block(), bulma_box(), bulma_button(), bulma_content(), bulma_icon(), bulma_image(), bulma_notification(), bulma_progress_bar(), bulma_table(), bulma_title()


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.