Components
Indicator
Indicator — a wrapper that pins a small badge or dot to a corner of whatever it wraps, so a count or status floats over an avatar, button, or card without shifting the layout. Use it to surface an unread count, a "new" flag, or a live status next to the thing it describes; pass the pinned node as `indicator` (usually a Badge) and the anchored content as `children`. Place it with the `vAlign` (top/middle/bottom) and `hAlign` (start/center/end) axes — top-end by default, the conventional notification corner. It only positions; the meaning lives in the node you pin, so keep that label short.