Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

ox2-ui/scroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package is no longer maintaned.

@ox2/scroller

NPM version

React component that adds native browser overflow scrolling to content.

Features

  • Performance Has -webkit-overflow-scrolling: touch added for great mobile scrolling performance.
  • Mobile Experience Prevents mobile user from draging all app content when scroller edge is reached and scroll content is dragged in non scrollable direction.

Installation

Install using npm:

npm install @ox2/scroller --save

Install using yarn:

yarn add @ox2/scroller

Usage

import Component from '@ox2/scroller/Component';

const handleChange = (value) => console.log('👾👾', value);

Change Log

Changes are tracked in the CHANGELOG.md

License

MIT

About

🎢 React scroller component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published