You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,25 @@ All properties and methods are in the [API Documentation](https://github.com/xob
48
48
## Examples
49
49
Run the example, it will install dependencies, build current component version and run local web-server listening `localhost:3000` (browser window will open automatically)
50
50
```bash
51
+
# install dependencies if you haven't yet
52
+
npm install
51
53
npm run examples
52
54
```
53
55
56
+
## Tests
57
+
```bash
58
+
# install dependencies if you haven't yet
59
+
npm install
60
+
npm run test
61
+
```
62
+
63
+
## Coverage
64
+
```bash
65
+
# install dependencies if you haven't yet
66
+
npm install
67
+
npm run test:coverage
68
+
```
69
+
54
70
## Credits
55
71
Big thanks to [@malte-wessel](https://github.com/malte-wessel) with his [react-custom-scrollbars](https://github.com/malte-wessel/react-custom-scrollbars) which I used before writing this component.
56
72
So don't be wondered that repos and code look similar in some places, his package used as ethalon. And for the users convenience i've tried to make API's seamless as much as it possible.
0 commit comments