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 5918ad6 commit 006886eCopy full SHA for 006886e
README.md
@@ -147,6 +147,7 @@ The `layers` prop takes an array of objects that will represent each image (or c
147
| **children** | `Element` | | Custom layer children provided as a React element, for example `<Video />` |
148
| **expanded** | `Boolean` | `true` | Indicate if the layer should be expanded with negative top/bottom margins so the edges will never be visible. |
149
| **image** | `String` | | Image source that will be applied as a CSS background image on the layer. |
150
+| **props** | `Object` | | Props to apply to the layer element. Example: `{ props: style: { background: 'red' }}` |
151
152
## \<ParallaxProvider>
153
0 commit comments