<gov-tag color="primary" type="bold" size="m">
<gov-icon type="templates" name="star-fill" slot="icon-start"></gov-icon>
Tag
</gov-tag>
<gov-tag color="{{ color }}" type="{{ type }}" size="{{ size }}"
{{#if expanded}} expanded="{{ expanded }}"{{/if}}>
{{#if icon-start}}
{{ render '@icon' icon-start }}
{{/if}}
{{ name }}
{{#if icon-end}}
{{ render '@icon' icon-end }}
{{/if}}
</gov-tag>
{
"name": "Tag",
"color": "primary",
"type": "bold",
"size": "m",
"icon-start": {
"slot": "icon-start",
"type": "templates",
"name": "star-fill"
}
}
No notes defined.