Skip to content

Latest commit

 

History

History
 
 

uui-tag

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>