Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 35 commits behind v1/contrib.

uui-slider

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>