File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,5 @@ typings/
57
57
# dotenv environment variables file
58
58
.env
59
59
60
- dist
60
+ dist
61
+ publish_dist
Original file line number Diff line number Diff line change
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
+
1
4
<div align =" center " >
2
5
<img src =" demo.gif " alt =" Logo " width =" 800 " >
3
6
<br ><br >
4
7
</div >
5
8
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
+ ```
8
18
9
- ## Install
10
- ` yarn add react-scroll-shadow `
19
+ # Usage
11
20
12
- ## Usage
13
21
``` tsx
14
22
import ScrollShadow from ' react-scroll-shadow' ;
15
23
You can’t perform that action at this time.
0 commit comments