Skip to content

Commit 082998d

Browse files
committed
docs: reorder hooks in sidebar
1 parent a4d310c commit 082998d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

documentation/docs/usage/hooks/use-parallax-controller.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
15
# useParallaxController
26

37
This hook provides you access to the [`ParallaxController`](https://parallax-controller.vercel.app/docs/api/parallax-controller/) via [React context](https://facebook.github.io/react/docs/context.html). The hook must be called in a component rendered within the [`<ParallaxProvider>`](/docs/usage/components/parallax-provider). The most common usage of the controller is to update cache if the page layout has changed.

documentation/docs/usage/hooks/use-parallax.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
15
# useParallax
26

37
Main hook for applying parallax effects to a DOM element. Any of the documented [effects and configurations](https://parallax-controller.vercel.app/docs/usage/props) can be passed as params to the hook.

0 commit comments

Comments
 (0)