The Chip is a compact, interactive counterpart to the tag: a small block of
information the user can click (actionable) or remove (closable). Reach for
it when the element does something — a selectable filter, a removable input
token, a clickable entity; for a purely decorative label, use the tag. Like
the tag it honours the theme's kind and color inputs.
A plain chip (neither actionable nor closable) is a static block styled by
kind / color.
closable adds a close button (glyph overridable via iconClose); handle
closed — which carries the DOM Event — to drop the chip from your data.
actionable makes the chip itself clickable via the clicked output, and can
be paired with closable.
jig