Skip to content

Commit 0ecaafa

Browse files
committed
add travis
1 parent 2bbd948 commit 0ecaafa

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<div align="center">
2+
<h1>React-remove-📜</h1>
3+
<br/>
4+
dont even scroll
5+
<br/>
6+
7+
<a href="https://www.npmjs.com/package/react-remove-scroll">
8+
<img src="https://img.shields.io/npm/v/react-remove-scroll.svg?style=flat-square" />
9+
</a>
10+
11+
<a href="https://travis-ci.org/theKashey/react-remove-scroll">
12+
<img src="https://img.shields.io/travis/theKashey/react-remove-scroll.svg?style=flat-square" alt="Build status">
13+
</a>
14+
15+
<a href="https://www.npmjs.com/package/react-remove-scroll">
16+
<img src="https://img.shields.io/npm/dm/react-remove-scroll.svg" alt="npm downloads">
17+
</a>
18+
19+
<a href="https://bundlephobia.com/result?p=react-remove-scroll">
20+
<img src="https://img.shields.io/bundlephobia/minzip/react-remove-scroll.svg" alt="bundle size">
21+
</a>
22+
<br/>
23+
</div>
24+
125
react-remove-scroll
226
====
327
[![NPM version](https://img.shields.io/npm/v/react-remove-scroll.svg)](https://www.npmjs.com/package/react-remove-scroll)
@@ -38,7 +62,7 @@ React portals not friendly, might lead to production issues. Enable only for __r
3862
- (👁 UI) __400b__, visual elements only
3963
- (🚗 sidecar) 1.5kb, side effects
4064
```js
41-
import {sidecar} from "use-sidecar";
65+
import {sidecar} from "react-remove-scroll";
4266
import {RemoveScroll} from 'react-remove-scroll/UI';
4367

4468
const sidecar = sidecar(() => import('react-remove-scroll/sidecar'));

0 commit comments

Comments
 (0)