@axentix/plugin-range

Range slider based on noUiSlider implemented in Axentix as a plugin.

Usage no npm install needed!

<script type="module">
  import axentixPluginRange from 'https://cdn.skypack.dev/@axentix/plugin-range';
</script>

README

RANGE

Description

The range is an implementation of the noUiSlider library.

This will help you to create a rangeSlider on your websites.

Here are the docs of the noUiSlider : https://refreshless.com/nouislider/

Init

const range = new Axentix.Range('#range', { options });

Options

Here is the options list : https://refreshless.com/nouislider/slider-options/

Supported Axentix features

  • Data init
  • sync()
  • reset()
  • destroy()