vue-slider-component

WebJar for vue-slider-component

License

License

MIT
Categories

Categories

IDE Development Tools
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-slider-component
Last Version

Last Version

2.8.13
Release Date

Release Date

Type

Type

jar
Description

Description

vue-slider-component
WebJar for vue-slider-component
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/NightCatSama/vue-slider-component

Download vue-slider-component

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue-slider-component/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue-slider-component</artifactId>
    <version>2.8.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue-slider-component/
implementation 'org.webjars.npm:vue-slider-component:2.8.13'
// https://jarcasting.com/artifacts/org.webjars.npm/vue-slider-component/
implementation ("org.webjars.npm:vue-slider-component:2.8.13")
'org.webjars.npm:vue-slider-component:jar:2.8.13'
<dependency org="org.webjars.npm" name="vue-slider-component" rev="2.8.13">
  <artifact name="vue-slider-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue-slider-component', version='2.8.13')
)
libraryDependencies += "org.webjars.npm" % "vue-slider-component" % "2.8.13"
[org.webjars.npm/vue-slider-component "2.8.13"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

banner

downloads npm-version license

๐ŸŽš A highly customized slider component

English | ็ฎ€ไฝ“ไธญๆ–‡

๐Ÿ‰ Vue3.x

This is still in beta and may contain unexpected bugs, please use with caution.

install

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

Caution

  • Change data to v-data for now due to a type conflict. (Probably a temporary modification)

โœจ 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

Versions

Version
2.8.13
2.8.12
2.5.8
2.1.0
2.0.8