Skip to content

Latest commit

 

History

History

uui-color-swatch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-color-swatch

npm

Umbraco style color-swatch component.

Installation

ES imports

npm i @umbraco-ui/uui-color-swatch

Import the registration of <uui-color-swatch> via:

import '@umbraco-ui/uui-color-swatch';

When looking to leverage the UUIColorSwatchElement base class as a type and/or for extension purposes, do so via:

import { UUIColorSwatchElement } from '@umbraco-ui/uui-color-swatch';

Usage

<uui-color-swatch></uui-color-swatch>