Creates a Bootstrap 5 badge element with specified text, color, and optional tooltip. Used for status indicators, verification states, and labels.
Arguments
- text
Character scalar. Badge text to display.
- status
Character scalar. Bootstrap status color (default:
"primary"). Seestatus_class()for supported values.- title
Character scalar (optional). Tooltip text shown on hover.
See also
status_class() for class mapping
Other ui-components:
button_factory(),
create_waiter(),
stats-box,
status_class(),
ui-helpers,
waiter-reexports,
waiter-screens
