Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 754 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 754 Bytes

uui-tag

npm

Tag component from Umbraco UI components library.

See it in action

Preview the component on Storybook

Installation

ES imports

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';

Usage

<uui-tag look="primary">Tag 1</uui-tag>
<uui-tag look="secondary">Tag 2</uui-tag>