@umbraco-ui/uui-tag
v1.16.0
Published
Tag component from Umbraco UI components library. Comes in one shape, but different looks and sizes
Readme
uui-tag
Tag component from Umbraco UI components library.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-tagImport 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';Usage
<uui-tag look="primary">Tag 1</uui-tag>
<uui-tag look="secondary">Tag 2</uui-tag>