New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hooper

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hooper

Declarative Vue.js animations library

  • 0.0.6
  • npm
  • Socket score

Version published
Weekly downloads
5.9K
decreased by-26.69%
Maintainers
2
Weekly downloads
 
Created
Source

leaps logo

Hooper

Vue.js carousal component, optimized to work with Vue.

Getting started

Installation

First step is to install it using yarn or npm:

npm install hooper

# or use yarn
yarn add hooper

Features

  • Touch support
  • Keyboard support
  • Mouse wheel support
  • Responsive breakpoints
  • Auto play
  • Vertical scroll
  • Infinite scroll
  • Two way control carousels (sync)
  • Fully customizable using addons
  • And even more...

Use Hooper

<template>
  <hooper>
    <slide>
      slide 1
    </slide>
    <slide>
      slide 2
    </slide>
    ...
  </hooper>
<template>

<script>
  import { Hooper, Slide } form 'hooper';

  export default {
    name: 'App',
    components: {
      Hooper,
      Slide
    }
  }
</script>

more info at Documentation

Available Props

PropDefaultDescription
itemsToShow1count of items to showed per view (can be a fraction).
itemsToSlide1count of items to slide when use navigation buttons
infiniteScrollfalseenable infinite scrolling mode.
centerModefalseenable center mode
verticalfalseenable vertical sliding mode
rtlfalseenable rtl mode
mouseDragtruetoggle mouse dragging
touchDragtruetoggle touch dragging
wheelControlfalsetoggle mouse wheel sliding
keysControlfalsetoggle keyboard control
shortDragtrueenable any move to commit a slide
autoPlayfalseenable auto sliding to carousal
playSpeed3000speed of auto play to trigger slide in ms
transition300sliding transition time in ms
sync''sync two carousels to slide together
settings{ }an object to pass all settings

FAQs

Package last updated on 10 Jan 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc