Skip to content

midudev/react-slidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React Slidy

๐Ÿƒ React Slidy - Minimalistic and smooth touch slider component for React โš›๏ธ

JavaScript Style Guide npm version npm

Features

  • ๐Ÿ–ผ๏ธ 1:1 slider for any content
  • ๐Ÿ“ฑ Optimized for mobile usage (block scroll on slide)
  • โšก Optimized for performance
  • โŒจ๏ธ Supports keyboard navigation
  • ๐Ÿ˜ช Lazy load support
  • โ˜๏ธ No dependencies, just one possible polyfill: intersection-observer polyfill
  • ๐Ÿ—œ๏ธ 1KB gzipped (plus 1KB if you need intersection-observer)

Overview

React Slidy is a simple and minimal slider component. The main objective is to achieve the best performance and smoothness on React apps, specially on mobile ๐Ÿ“ฑ.

Browser compatibility

Supported browsers are:

  • Chrome
  • Firefox
  • Safari 6+
  • Internet Explorer 11+
  • Microsoft Edge 12+

If some of them doesn't work, please fill an issue.

The feature x is missing...

React Slidy intention is to offer a simple API and functionality. If it doesn't fit all your needs, you might consider to use an alternative or do a fork.