Skip to content

Commit f40e990

Browse files
author
Zach Gibson
committed
Update README
1 parent 4d3621f commit f40e990

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ constructor() {
5050
dividerColor="black"
5151
backgroundColor="#fff"
5252
onMomentumScrollEnd={activePageIndex => console.log(activePageIndex)}
53+
showProgressBar={true}
5354
>
5455
<ParallaxSwiperPage
5556
BackgroundComponent={<FireVideoComponent />}
@@ -82,8 +83,8 @@ constructor() {
8283
| __`children`__ | _React component (ParallaxSwiperPage)_ | `N/A` | Each top-level ParallaxSwiperPage child. |
8384
| __`showProgressBar`__ | _Boolean_ | false | When true, a progress bar will render on bottom for horizontal and left on vertical. |
8485
| __`progressBarThickness`__ | _Number_ | 4 | Thickness translates to height for horizontal and width for vertical progress bar. |
85-
| __`progressBarBackgroundColor`__ | _String_ | 'rgba(255,255,255,0.25)' | Background color of progress bar background. |
86-
| __`progressBarValueBackgroundColor`__ | _String_ | 'white' | Background color of progress bar value background. |
86+
| __`progressBarBackgroundColor`__ | _String_ | `rgba(255,255,255,0.25)` | Background color of progress bar background. |
87+
| __`progressBarValueBackgroundColor`__ | _String_ | `white` | Background color of progress bar value background. |
8788

8889
## ParallaxSwiperPage Props
8990
| Prop | Type | Default | Description |

0 commit comments

Comments
 (0)