-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2b9a8b
commit 2362a49
Showing
3 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
language: node_js | ||
node_js: | ||
- "10" | ||
- "12" | ||
cache: yarn | ||
|
||
install: yarn | ||
script: | ||
- echo "Not found tests" | ||
|
||
jobs: | ||
include: | ||
- stage: npm release | ||
if: tag IS present | ||
node_js: "10" | ||
script: yarn build | ||
deploy: | ||
provider: npm | ||
email: $EMAIL_ADDRESS | ||
api_key: $AUTH_TOKEN | ||
skip_cleanup: true | ||
on: | ||
tags: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# bs-react-shadow-scroll | ||
|
||
[](https://www.npmjs.com/package/bs-react-shadow-scroll) • [](https://github.com/andrelmlins/bs-react-shadow-scroll/blob/master/LICENSE) • [](https://travis-ci.com/andrelmlins/bs-react-shadow-scroll) | ||
|
||
ReasonML bindings for the [react-shadow-scroll](https://github.com/andrelmlins/react-shadow-scroll) | ||
|
||
React Shadow Scroll component that customizes the list and inserts shadow when scrolling exists. | ||
|
||
## Installation | ||
|
||
1. Install npm package | ||
|
||
with yarn | ||
|
||
``` | ||
yarn add bs-react-shadow-scroll | ||
``` | ||
|
||
with npm | ||
|
||
``` | ||
npm install --save bs-react-shadow-scroll | ||
``` | ||
|
||
2. Bsconfig | ||
|
||
Add bs-react-shadow-scroll to bsconfig.json bs-dependencies. | ||
|
||
## License | ||
|
||
Bucklescript React Shadow Scroll is open source software [licensed as MIT](https://github.com/andrelmlins/bs-react-shadow-scroll/blob/master/LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters