Skip to content

Latest commit

 

History

History

uui-color-swatches

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-color-swatches

npm

Umbraco style color-swatches component.

Installation

ES imports

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

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

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

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

import { UUIColorSwatchesElement } from '@umbraco-ui/uui-color-swatches';

Usage

<uui-color-swatches></uui-color-swatches>