Basic Usage
Variants
Seven semantic variants map to the same color palette used by Badge and other status-aware components.Shapes
Dots come in three shapes. Circle is the default, square gives a hard-edged block, and rounded splits the difference.Sizes
Three sizes let you match the Dot’s visual weight to surrounding content.Custom Colors
When the semantic variants don’t fit — chart legends, category palettes — usecss_class with any background color.
With Text
The most common pattern: a Dot paired with a label inside a Row. This works in table cells, card content, legend entries, and anywhere else you need a compact status indicator.API Reference
Dot Parameters
Semantic color:
"default", "secondary", "success", "warning", "destructive", "info", "muted".Dot size:
"sm", "default", "lg".Dot shape:
"circle", "square", "rounded".Additional Tailwind CSS classes. Use a
bg-* class to override the variant color.Protocol Reference
Dot