@aarondewes/vue-slider-component
TypeScript icon, indicating that this package has built-in type declarations

4.0.0-beta.5 • Public • Published

banner

downloads npm-version license

🎚 A highly customized slider component

** The slider component for vue3 support is still in beta. **

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/10547/

🎯 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 my code has helped you, please consider buy me a coffee ☕️.

License

MIT

Package Sidebar

Install

npm i @aarondewes/vue-slider-component

Weekly Downloads

5

Version

4.0.0-beta.5

License

MIT

Unpacked Size

1.35 MB

Total Files

105

Last publish

Collaborators

  • aarondewes