We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd055e commit a4e8997Copy full SHA for a4e8997
README.md
@@ -51,7 +51,7 @@ Import the `Parallax` component and use it anywhere within the provider like so:
51
```jsx
52
import { Parallax } from 'react-scroll-parallax';
53
54
-const Image = () => (
+const ParallaxImage = () => (
55
<Parallax
56
className="custom-class"
57
offsetYMax={20}
0 commit comments