Slider A highly customized slider component with vue Aug 10, 2020 1 min read vue-slider-component A highly customized slider component. View Document View Demo ✨ Features ? More customizable ? Multiple style themes ? Support for more sliders ? Add marks ? Support SSR ? Support Typescript ? install $ yarn add vue-slider-component # npm install vue-slider-component --save Bash ? 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> Vue GitHub NightCatSama/vue-slider-component2432347🌡 A highly customized slider component — Read Morehttps://nightcatsama.github.io/vue-slider-componentLatest commit to the master branch on 8-1-2024Download as zip Slider
Slider A Vue front-end for presenting simple, mostly-text-based presentations A Vue front-end for presenting simple, mostly-text-based presentations 05 August 2023
Games A single-page application that allows users to play a slider puzzle game A single-page application that allows users to play a slider puzzle game 25 February 2023