
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
veer-vue-slider
Advanced tools
Veer is a simple Vue Js (v2) slider that attempts to handle whatever you want to throw at it. Please let me know what scenarios throw this thing off so I can adjust.
yarn add veer-vue-slider
or
npm install --save-dev veer-vue-slider
In your javascript or component:
import Vue from 'vue'
import Veer from './components/Veer'
new Vue({
el: '#app',
components: { Veer }
})
In your HTML or .vue template:
<div id="app">
<veer>
<img src="/static/davide-cantelli-139887.jpg">
<img src="/static/eugene-lim-260668.jpg">
<img src="/static/paul-earle-183430.jpg">
</veer>
</div>
You can pass your options through in an object through the options prop.
<veer :options="{autoplay:false}">
...
</veer>
Below are the available options and the defaults
autoplay: true,
mode: 'fade',
initialDelay: 0,
speed: 4000,
showPrevNext: true,
showPages: true,
pageClass: 'veer-pages',
arrowClass: 'veer-arrows',
width: 'auto',
height: 'auto'
Clone the project and run
npm run dev
Modify the index.html file
FAQs
Slider for VueJS 2
The npm package veer-vue-slider receives a total of 0 weekly downloads. As such, veer-vue-slider popularity was classified as not popular.
We found that veer-vue-slider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.