Merge pull request #2007 from SergioCrisostomo/scroll-component

New feature: Scroll component
This commit is contained in:
Aresn 2017-10-12 21:17:22 -05:00 committed by GitHub
commit d04fb45a0e
9 changed files with 398 additions and 8 deletions

5
package-lock.json generated
View file

@ -12511,6 +12511,11 @@
"lodash.escape": "3.2.0"
}
},
"lodash.throttle": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
"integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ="
},
"lodash.uniq": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",