vue-slider-component

WebJar for vue-slider-component

Лицензия

Лицензия

MIT
Категории

Категории

IDE Инструменты разработки
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

vue-slider-component
Последняя версия

Последняя версия

2.8.13
Дата

Дата

Тип

Тип

jar
Описание

Описание

vue-slider-component
WebJar for vue-slider-component
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать vue-slider-component

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.8.13
2.8.12
2.5.8
2.1.0
2.0.8