Tag component from Umbraco UI components library.
Preview the component on Storybook
npm i @umbraco-ui/uui-tag
Import the registration of <uui-tag>
via:
import '@umbraco-ui/uui-tag';
When looking to leverage the UUITagElement
base class as a type and/or for extension purposes, do so via:
import { UUITagElement } from '@umbraco-ui/uui-tag';
<uui-tag look="primary">Tag 1</uui-tag>
<uui-tag look="secondary">Tag 2</uui-tag>