1.0.0 • Published 5 years ago

vmslider-esaxco v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

What is this?

Get simple slider for your application

Installation

npm i vmslider --save

Then...

import { sliderJS } from 'vmslider';

sliderJS('slider', options)

Options

SliderJS supports 4 options which are all optional:

  • hideControls - true / false (Default is false)
  • width - size of images in (px) (Default 940)
  • height - height of images (px) (Default is 270)
  • timeout - auto sliding timer (ms) (Default is 3000)
1.0.0

5 years ago