Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 604 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 604 Bytes

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>