UNPKG

react-slidy

Version:

šŸƒ React Slidy - Minimalistic and smooth touch slider component for React āš›ļø

37 lines (25 loc) • 1.34 kB
# React Slidy šŸƒ React Slidy - Minimalistic and smooth touch slider component for React āš›ļø [![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![npm version](https://badge.fury.io/js/react-slidy.svg)](https://badge.fury.io/js/react-slidy) [![npm](https://img.shields.io/npm/dm/react-slidy.svg?maxAge=2592000)](https://www.npmjs.com/package/react-slidy) ## 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.