New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-lory

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lory

[Deprecated] Use react-slidy instead.

latest
Source
npmnpm
Version
0.3.7
Version published
Maintainers
2
Created
Source

React Slidy

[Deprecated] Use react-slidy instead.

**Attention! This package is deprecated, if you want to continue using it you should move to react-slidy.

GitHub project has been moved to https://github.com/miduga/react-slidy**

React minimalistic and performant slider.

JavaScript Style Guide npm version npm

Overview

React Slidy is a simple and minimal slider component. It's based on the fabulous lory.js slider altough the main idea is to move all the library javascript to React components.

Browser compatibility

I haven't did a lot of testing on that but it's supposed to work on Firefox, Chrome, Edge, Safari and IE 10+. If not, please, fill a issue.

Features

  • Lazy Loading for slider and for every slide
  • Server rendering compatible

Available Props

  classNameBase: PropTypes.string,
  doAfterDestroy: PropTypes.func,
  doAfterSlide: PropTypes.func,
  doBeforeSlide: PropTypes.func,
  ease: PropTypes.string,
  enableMouseEvents: PropTypes.bool,
  infinite: PropTypes.oneOfType([
    PropTypes.bool,
    PropTypes.number
  ]),
  lazyLoadConfig: PropTypes.object,
  onReady: PropTypes.func,
  rewind: PropTypes.bool,
  rewindSpeed: PropTypes.number,
  slideSpeed: PropTypes.number,
  slidesToScroll: PropTypes.number,
  snapBackSpeed: PropTypes.number

TODO

  • Add a Demo page
  • Move all library slider logic to react components
  • Improve documentation
  • Improve server rendering compatibility

Keywords

slider

FAQs

Package last updated on 01 Oct 2016

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