1.0.0 • Published 4 months ago

@axentsoftwares/vue-slider-range v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@axentsoftwares/vue-slider-range

A highly customized slider / range vue component

This plugin was based on the amazing work of NightCatSama
All credits go to his work. The code has been reworked to work with Vue 3, updated packages and Vite integration.

Install

NPM

npm install @axentsoftwares/vue-slider-range

PNPM

pnpm install @axentsoftwares/vue-slider-range

Yarn

yarn add @axentsoftwares/vue-slider-range

Then import the theme you want

Available themes: default, antd and material.

import '@axentsoftwares/vue-slider-range/dist/theme/material.css'

Documentation

Find the documentation on the NightCatSama repository.