react-abohook-fullpage 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -150,8 +150,9 @@ export default function App() {
|
|
|
150
150
|
| `onChange` | `(index: number) => void` | `undefined` | Triggered when section changes |
|
|
151
151
|
| `duration` | `number` | `700` | Transition duration in milliseconds |
|
|
152
152
|
| `directionDots` | `"left" \| "right" \| "bottom"` | `"right"` | Position of navigation dots |
|
|
153
|
-
| `enableContextMenu` | `boolean` | `
|
|
153
|
+
| `enableContextMenu` | `boolean` | `true` | Enable right-click context menu |
|
|
154
154
|
| `closeOutside` | `boolean` | `false` | Close When click outside |
|
|
155
|
+
| `disable` | `boolean` | `false` | Disable Scroll for fullPage |
|
|
155
156
|
|
|
156
157
|
---
|
|
157
158
|
|