Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 626 Bytes

File metadata and controls

31 lines (20 loc) · 626 Bytes

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>