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-range-slider

npm

Umbraco style range-slider component.

Installation

ES imports

npm i @umbraco-ui/uui-range-slider

Import the registration of <uui-range-slider> via:

import '@umbraco-ui/uui-range-slider';

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

import { UUIRangeSliderElement } from '@umbraco-ui/uui-range-slider';

Usage

<uui-range-slider></uui-range-slider>