html_metric.Rd
Create a metric card
html_metric( value, title, icon = NULL, color = NULL, subtitle = NULL, aria_label = NULL )
The metric value to display.
Metric title.
Optional icon name (e.g. "mdi:account"). Uses the iconify web component.
Optional accent color for left border.
Optional subtitle text.
Optional ARIA label for accessibility.
An htmltools tag object.