You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/usage/components/parallax-provider.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ const AppContainer = () => (
24
24
25
25
:::info
26
26
27
-
You can have multiple providers, however they will all be independent instances of a `ParallaxController`. It's recommended to only use one when possible.
27
+
You can have multiple providers, however they will all be independent instances of a [`ParallaxController`](https://parallax-controller.damnthat.tv/docs/api/parallax-controller/). It's recommended to only use one when possible.
28
28
29
29
:::
30
30
@@ -39,9 +39,9 @@ The following props configure the `<ParallaxProvider>` component:
39
39
40
40
## Example: Scroll Container
41
41
42
-
By default the <ParallaxProvider\> uses the document scrolling element. If your app's overflow is a unique element you need to provide the element as the `scrollContainer`. Here's how:
42
+
By default the `<ParallaxProvider>` uses the document scrolling element. If your app's overflow is a unique element you need to provide the element as the `scrollContainer`. Here's how:
0 commit comments