Skip to content

Latest commit

 

History

History

uui-slider

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-slider

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-slider

Import the registration of <uui-slider> via:

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

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

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

Usage

<uui-slider label="Slider" step="10">This slider has 10 steps</uui-slider>