Skip to content

Commit

Permalink
add bedge icon
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbing committed Mar 31, 2016
1 parent a72629a commit 53d0273
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# use-scroll-behavior [![Build Status](https://travis-ci.org/blackbing/use-scroll-behavior.svg?branch=master)](https://travis-ci.org/blackbing/use-scroll-behavior)
# use-scroll-behavior [![npm package][npm-badge]][npm] [![Travis][build-badge]][build] [![Coveralls][coveralls-badge]][coveralls]

Scroll behaviors for use with [`history`](https://github.com/reactjs/history). Inspired by [`scroll-behavior`](https://github.com/taion/scroll-behavior) and simplify the behavior.

Expand Down Expand Up @@ -39,6 +39,13 @@ const history = scrollBehavior(browserHistory, {
});
```
## TODO
* add test
* add x position?

[npm-badge]: https://img.shields.io/npm/v/use-scroll-behavior.svg?style=flat-square
[npm]: https://www.npmjs.com/package/use-scroll-behavior

[build-badge]: https://img.shields.io/travis/blackbing/use-scroll-behavior/master.svg?style=flat-square
[build]: https://travis-ci.org/blackbing/use-scroll-behavior

[coveralls-badge]: https://img.shields.io/coveralls/blackbing/use-scroll-behavior/master.svg?style=flat-square
[coveralls]: https://coveralls.io/github/blackbing/use-scroll-behavior?branch=master

0 comments on commit 53d0273

Please sign in to comment.