vue-slider-component-dfcat

A highly customized slider component modified for dfcat

Usage no npm install needed!

<script type="module">
  import vueSliderComponentDfcat from 'https://cdn.skypack.dev/vue-slider-component-dfcat';
</script>

README

vue-slider-component

downloads npm-version license

🎚 A highly customized slider component

English | įŽ€äŊ“中文

✨ Features

  • 🍖 More customizable
  • 👗 Multiple style themes
  • đŸŗ Support for more sliders
  • 📌 Add marks
  • 🎉 Support SSR
  • 🍒 Support Typescript

📚 Documentation

Document: https://nightcatsama.github.io/vue-slider-component

Live Demo: https://jsfiddle.net/NightCatSama/2xy72dod/10520/

đŸŽ¯ install

$ yarn add vue-slider-component
# npm install vue-slider-component --save

🚀 Usage

<template>
  <vue-slider v-model="value" />
</template>

<script>
import VueSlider from 'vue-slider-component'
import 'vue-slider-component/theme/antd.css'

export default {
  components: {
    VueSlider
  },
  data () {
    return {
      value: 0
    }
  }
}
</script>

Changelog

Detailed changes for each release are documented in the release notes.

Support

If you like this component, you can ask me to drink coffee ☕ī¸.

License

MIT