AgentsDocsconcrete
Default
Entity tag with icon.
/render stateCloseable filter or entity label.
Tags identify entities, filters, and scoped state. Use dismissible tags only when removal is available in the surrounding workflow.
Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
Entity tag with icon.
/render stateOutline, active, and selected treatments.
/render stateSmall, medium, and large rhythm.
/render state| Name | Type | Default | Description |
|---|---|---|---|
tone | 'default' | 'ink' | 'sky' | 'sunken' | 'terminal' | 'ultra' | 'error' | default | Inline label tone or signal wash. |
variant | 'default' | 'outline' | 'active' | 'selected' | default | Tag emphasis. |
size | 'small' | 'medium' | 'large' | medium | Tag height and type rhythm. |
leadingIcon | IconName | ReactElement | - | Optional leading glyph. |
dismissible | boolean | false | Shows a passive dismiss affordance. |
onDismiss | () => void | - | Interactive dismiss action. |
children | ReactNode | - | Tag label. |