badge: Badge

badgeR Documentation

Badge

Description

Badge.

Usage

badge(
  ...,
  color = c("primary", "secondary", "success", "danger", "warning", "info", "light",
    "dark"),
  pill = FALSE,
  class = ""
)

Arguments

...

Content of the badge.

color

Background color of the badge.

pill

Whether to create a rounded badge.

class

Additional classes to passs to the badge.


JohnCoene/bsutils documentation built on June 15, 2024, 3:21 a.m.