https://github.com/vue-bulma/slider
Slider Compoent for Vue Bulma
https://github.com/vue-bulma/slider
Last synced: 3 months ago
JSON representation
Slider Compoent for Vue Bulma
- Host: GitHub
- URL: https://github.com/vue-bulma/slider
- Owner: vue-bulma
- License: mit
- Created: 2016-07-11T09:33:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T08:42:42.000Z (over 6 years ago)
- Last Synced: 2025-03-25T20:14:02.815Z (4 months ago)
- Language: Vue
- Size: 8.79 KB
- Stars: 10
- Watchers: 1
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slider
Slider component for Vue Bulma.
## Installation
```
$ npm install vue-bulma-slider --save
```## Examples
```vue
import Slider from 'vue-bulma-slider'
export default {
components: {
Slider
},data () {
return {
value: 23
}
},computed: {
per () {
return this.value + '%'
}
},methods: {
update (val) {
this.value = Number(val)
}
}}
```
## Badges

---
> [fundon.me](https://fundon.me) ·
> GitHub [@fundon](https://github.com/fundon) ·
> Twitter [@_fundon](https://twitter.com/_fundon)