Skip to content

Commit e0891c3

Browse files
committed
update readme
1 parent e6ee408 commit e0891c3

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ typings/
5757
# dotenv environment variables file
5858
.env
5959

60-
dist
60+
dist
61+
publish_dist

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1+
# react-scroll-shadow [![Build Status](https://travis-ci.org/zzarcon/react-scroll-shadow.svg?branch=master)](https://travis-ci.org/zzarcon/react-scroll-shadow)
2+
> Pure CSS solution for adding shadows/keys to indicate more content above or bellow in scrollable area.
3+
14
<div align="center">
25
<img src="demo.gif" alt="Logo" width="800">
36
<br><br>
47
</div>
58

6-
# react-scroll-shadow
7-
> Pure CSS solution for adding shadows/keys to indicate more content above or bellow in scrollable area.
9+
# Demo
10+
11+
[https://zzarcon.github.io/react-scroll-shadow](https://zzarcon.github.io/react-scroll-shadow)
12+
13+
# Install
14+
15+
```
16+
$ yarn add react-scroll-shadow
17+
```
818

9-
## Install
10-
`yarn add react-scroll-shadow`
19+
# Usage
1120

12-
## Usage
1321
```tsx
1422
import ScrollShadow from 'react-scroll-shadow';
1523

0 commit comments

Comments
 (0)