Skip to content

Commit

Permalink
πŸ’…πŸ½
Browse files Browse the repository at this point in the history
  • Loading branch information
hew committed Jul 8, 2018
1 parent a62b99a commit df0c3f6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# React Scroll Horizontal

A React component for scrolling horizontally with the mouse wheel.
> Scroll horizontally with the mousewheel!
## Demo
[![NPM](https://img.shields.io/npm/v/react-scroll-horizontal.svg)](https://www.npmjs.com/package/react-scroll-horizontal)

[http://hew.github.io/react-scroll-horizontal](http://hew.github.io/react-scroll-horizontal)
[demo](http://hew.github.io/react-scroll-horizontal)

```bash
npm install --save react-scroll-horizontal
```

## How it Works

Expand Down Expand Up @@ -92,7 +96,7 @@ class ScrollingHorizontally extends Component {

## Roadmap

* Normalize mouse delta values (see: [#1](https://github.com/hew/react-scroll-horizontal/issues/1)
* Normalize mouse delta values (see: [#1](https://github.com/hew/react-scroll-horizontal/issues/1))
* Implement tests ✨
* Perf optimizations
* Ability to swap out animation engines (maybe)
Expand Down

0 comments on commit df0c3f6

Please sign in to comment.