radicle-gallery-component
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

radicle-gallery-component

downloads npm-version license

🎚 A highly customized slider component

English | 简体中文

Features

  • 🍖 More customizable
  • 👗 Multiple style themes
  • 🐳 Support for more sliders
  • 📌 Add marks
  • 🎉 Support SSR
  • 🍒 Support Typescript

📚 Documentation

Document: https://nightcatsama.github.io/radicle-gallery-component

Live Demo: https://jsfiddle.net/NightCatSama/2xy72dod/10520/

🎯 install

$ yarn add radicle-gallery-component
# npm install radicle-gallery-component --save

🚀 Usage

<template>
  <radicle-gallery v-model="value" />
</template>

<script>
import VueSlider from 'radicle-gallery-component'
import 'radicle-gallery-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 you like this component, you can ask me to drink coffee ☕️.

License

MIT

Package Sidebar

Install

npm i radicle-gallery-component

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

2.74 MB

Total Files

96

Last publish

Collaborators

  • mijoco