Renders a chip.
Chips are sometimes also called “pills” or “labels.” They can be “removeable”
which will render an ‘x’ letting you attach an “on-remove” phx-click event.
They may also contain icons.
<.chip size="lg"> Some label </.chip>
To use an icon, pass its name to the icon attribute:
<.chip icon="magnifying-glass"> ... </.chip>