Skip to content

Range slider - Web Component

...

Browser support

Parameters

The Web component uses a <z-range-slider> tag.

The parametrization of the component can be done with the following custom HTML params:

NameTypeDescription

The events emitted from the component are:

NamePayloadDescription
onchange[number, number]Returns the new value of the "value" attribute

Playground

Customization

HTML Examples

Imports
html
<link rel="stylesheet" href="/0.3.7/@zurich/web-components/styles.css" />
<script type="module" src="/0.3.7/@zurich/web-components/link.js"></script>
Code
html