Chip

<gov-chip color="primary" type="solid" size="m">
    Chip
</gov-chip>
<gov-chip color="{{ color }}" type="{{ type }}" size="{{ size }}"{{#if href}} href="{{ href }}"{{/if}}>
    {{#if icon-start}}
        {{ render '@icon' icon-start }}
    {{/if}}
    {{ name }}
    {{#if icon-end}}
        {{ render '@icon' icon-end }}
    {{/if}}
</gov-chip>
{
  "name": "Chip",
  "color": "primary",
  "type": "solid",
  "size": "m"
}

No notes defined.