@umbraco-ui/uui-color-swatches
v1.16.0
Published
Umbraco UI color-swatches component
Readme
uui-color-swatches
Umbraco style color-swatches component.
Installation
ES imports
npm i @umbraco-ui/uui-color-swatchesImport 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>