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: docs/src/pages/Demos.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Made with [@egjs/grid](https://github.com/naver/egjs-grid)
69
69
## Reactive API demo
70
70
71
71
### Pagination
72
-
> You can synchronize Flicking with Pagination using `currentPanelIndex` and `totalPanelCount`.
72
+
> You can synchronize Flicking with Pagination using <Linkto={useBaseUrl("docs/api/FlickingReactiveState")}>currentPanelIndex</Link> and <Linkto={useBaseUrl("docs/api/FlickingReactiveState")}>totalPanelCount</Link>.
> You can synchronize Flicking with Prev/Next buttons using `isReachStart` and `isReachEnd`.
431
+
> You can synchronize Flicking with Prev/Next buttons using <Linkto={useBaseUrl("docs/api/FlickingReactiveState")}>isReachStart</Link> and <Linkto={useBaseUrl("docs/api/FlickingReactiveState")}>isReachEnd</Link>.
0 commit comments