parallax-react-js
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "parallax-react-js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A libary for managing scroll speed of different components in react.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -30,3 +30,3 @@ # parallax-react-js | ||
### Using npm | ||
You can install parallax-react normally through npm: | ||
You can install parallax-react-js normally through npm: | ||
@@ -37,3 +37,3 @@ ` | ||
### Manual installation | ||
Alternatively you can also install parallax-react directyl from the source code: | ||
Alternatively you can also install parallax-react-js directyl from the source code: | ||
@@ -50,3 +50,3 @@ 1. clone the repository with `git clone https://github.com/juliuswaldmann/parallax-react-js.git` | ||
### Import | ||
parallax-react exposes two components: ParallaxContainer and ParallaxLayer. | ||
parallax-react-js exposes two components: ParallaxContainer and ParallaxLayer. | ||
To use them just import them like this: | ||
@@ -53,0 +53,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14072