File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Components
2
2
3
+ All provided React components.
4
+
5
+ ``` ts
6
+ import { Parallax } from ' react-scroll-parallax' ;
7
+ import { ParallaxBanner } from ' react-scroll-parallax' ;
8
+ import { ParallaxProvider } from ' react-scroll-parallax' ;
9
+ ```
10
+
11
+ ## Documentation
12
+
3
13
- [ ` <Parallax> ` ] ( /docs/usage/components/parallax-component )
4
14
- [ ` <ParallaxBanner> ` ] ( /docs/usage/components/parallax-banner-component )
5
15
- [ ` <ParallaxProvider> ` ] ( /docs/usage/components/parallax-provider )
Original file line number Diff line number Diff line change 1
1
# Hooks
2
2
3
+ All provided React hooks.
4
+
5
+ ``` ts
6
+ import { useParallax } from ' react-scroll-parallax' ;
7
+ import { useController } from ' react-scroll-parallax' ;
8
+ ```
9
+
10
+ ## Documentation
11
+
3
12
- [ ` useParallax() ` ] ( /docs/usage/hooks/use-parallax )
4
13
- [ ` useController() ` ] ( /docs/usage/hooks/use-controller )
You can’t perform that action at this time.
0 commit comments