1.1.5 • Published 5 years ago

@gaiaz/vue-image-slider v1.1.5

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

vue-image-slider

npm npm GitHub CircleCI Build Status

Vue.js simple image slider component

Installation

Yarn

yarn add @gaiaz/vue-image-slider

npm

npm install @gaiaz/vue-image-slider --save

Usage

See also examples

<template>
  <div>
    <image-slider v-model="slides">
      Sample Text
    </image-slider>
  </div>
</template>

<script>
import ImageSlider from '@gaiaz/vue-image-slider'
import '@gaiaz/vue-image-slider/dist/image-slider.css'

export default {
  data () {
    return {
      slides: [
        'https://dummyimage.com/300&text=1',
        'https://dummyimage.com/300&text=2'
      ]
    }
  },
  components: {
    ImageSlider
  }
}
</script>

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run unit tests

yarn run test:unit

License

MIT © Gaiaz Iusipov

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago