From 538bfc52eab53a3d3939480487e5f37e82ae0864 Mon Sep 17 00:00:00 2001 From: Vadim Date: Wed, 30 Jun 2021 23:47:30 +0300 Subject: [PATCH] Update readme --- README.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec9b778..0169985 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Arguments: | Argument | Type | Default | Description | |--------------------|-------------|---------|---------------------------------------| | `pageIndex` | `number` | | Page number | -| `options.animated` | `boolean` | `true` | Should it be animated or not | +| `options.animated` | `boolean` | `true` | Should it be animated or not | ```jsx + + + + + +``` + +### `goToNext` +Navigates to the next page + +Arguments: + +| Argument | Type | Default | Description | +|--------------------|-------------|---------|---------------------------------------| +| `options.animated` | `boolean` | `true` | Should it be animated or not | + +```jsx + + + + + + +```