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

https://github.com/pimlie/nuxt-bootstrap-slider

Easily use Vue.js Bootstrap Slider in your Nuxt app
https://github.com/pimlie/nuxt-bootstrap-slider

bootstrap nuxt slider vue

Last synced: about 2 months ago
JSON representation

Easily use Vue.js Bootstrap Slider in your Nuxt app

Awesome Lists containing this project

README

          

# Vue.js Bootstrap Slider plugin for NUXT
[![npm](https://img.shields.io/npm/dt/nuxt-bootstrap-slider.svg?style=flat-square)](https://www.npmjs.com/package/nuxt-bootstrap-slider)
[![npm (scoped with tag)](https://img.shields.io/npm/v/nuxt-bootstrap-slider/latest.svg?style=flat-square)](https://www.npmjs.com/package/nuxt-bootstrap-slider)

> Easily use [Vue.js Bootstrap Slider](https://github.com/pimlie/vue-bootstrap-slider) in your Nuxt app

## Setup
- Install from npm `npm install --save nuxt-bootstrap-slider` or use yarn
- Add `nuxt-bootstrap-slider` to `modules` section of `nuxt.config.js'`

```js
modules: [
'nuxt-bootstrap-slider',
]
````

## Usage

```js



Slider has value {{ value }}


export default {
data () {
return {
value: 5
}
}
}

```

See [Vue.js Bootstrap Slider](https://github.com/pimlie/vue-bootstrap-slider) for a list of all available options