Skip to content

Commit 485e8e9

Browse files
committed
Update README and add badges
1 parent 44e7de2 commit 485e8e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# react-scroll-trigger
1+
# 📜 react-scroll-trigger
2+
3+
[![npm version](https://badge.fury.io/js/react-scroll-trigger.svg)](https://badge.fury.io/js/clean-react-props)
4+
[![npm](https://img.shields.io/npm/l/express.svg)](LICENSE)
5+
[![Coverage Status](https://coveralls.io/repos/github/ryanhefner/react-scroll-trigger/badge.svg?branch=master)](https://coveralls.io/github/ryanhefner/react-scroll-trigger?branch=master)
6+
[![CircleCI](https://circleci.com/gh/ryanhefner/react-scroll-trigger.svg?style=shield)](https://circleci.com/gh/ryanhefner/react-scroll-trigger)
27

38
React component that monitors `scroll` events to trigger callbacks when it enters,
49
exits and progresses through the viewport. All callback include the `progress` and

0 commit comments

Comments
 (0)