Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vue-bulma/slider

Slider Compoent for Vue Bulma
https://github.com/vue-bulma/slider

Last synced: 2 months ago
JSON representation

Slider Compoent for Vue Bulma

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

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

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