4.1.4 â€ĸ Published 1 year ago

@u-krupaveho-kraba/vue-slider-component v4.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

4.1.4

1 year ago

4.1.3

1 year ago

4.1.2

1 year ago

4.1.1

1 year ago

4.1.0-beta.7

1 year ago

3.2.24

1 year ago