npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@schuelerkarriere/vueperslides

v1.20.5

Published

A touch ready and responsive slideshow for Vue JS.

Downloads

3

Readme

Vueper Slides

Latest Version on NPM Software License npm

A touch ready and responsive slideshow / carousel for Vue JS.

Installation

npm install vueperslides --save

Demo & Documentation

https://antoniandre.github.io/vueper-slides

Try it yourself

https://codepen.io/antoniandre/pen/jevjoQ

Browser Support

Chrome | Firefox | Safari | Opera | Edge | IE | --- | --- | --- | --- | --- | --- | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 10+ ✔ |


Release Notes

  • Version 1.20.0 Option to prevent Y-axis scroll while dragging
  • Version 1.19.0 Allow slide link on the entire slide
  • Version 1.18.0 Emit mouseenter mouseleave events on slides
  • Version 1.16.0 Change build system and external css file
  • Version 1.15.0 Add 3D Rotation feature
  • Version 1.14.0 Allow fade transition with multiple items per slide
  • Version 1.13.0 Allow multiple items per slide
  • Version 1.12.0 Add a 'no-shadow' class to remove default inner shadow
  • Version 1.11.0 Allow slide background inside slide container
  • Version 1.10.0 Allow fixed height
  • Version 1.9.4 Add a method to refresh parallax
  • Version 1.9.1 Add onload parallax translation calculation
  • Version 1.9.0 Add previous() & next() methods for external controls
  • Version 1.8.0 Add animated class while slideshow is animated
  • Version 1.7.0 Improve slide data reactivity & allow to refresh clones on drag
  • Version 1.6.0 Externalize CSS & add accessibility attributes
  • Version 1.5.0 Add transition speed param & slide content outside above or under slideshow
  • Version 1.4.0 Allow complex slide title & content
  • Version 1.3.2 Add option to place arrows outside. The config is now VueJS-reactive
  • Version 1.3.0 Add parallax feature
  • Version 1.2.0 Add dragging distance feature
  • Version 1.1.0 Add breakpoints feature
  • Version 1.0.0 First public release