4.0.1 • Published 2 years ago

@paprika/pagination v4.0.1

Weekly downloads
463
License
MIT
Repository
github
Last release
2 years ago

@paprika/pagination

Description

The Pagination component allows the user to select a page from a range of pages.

Installation

yarn add @paprika/pagination

or with npm:

npm install @paprika/pagination

Props

Pagination

PropTyperequireddefaultDescription
currentPagenumbertrue-The number of current active page
onChangefuncfalse() => {}Callback to be executed when current page is changed.
size Pagination.types.size.SMALL, Pagination.types.size.MEDIUM, Pagination.types.size.LARGEfalsePagination.types.size.MEDIUMThe number of other pages that will be visible around the current/active page (not hidden by elipsis). Can be set to small, medium, or large
totalPagesnumbertrue-The number of total pages.

Pagination

The Pagination component allows the user to select a page from a range of pages.

Usage

To create a Pagination simply add the <Pagination /> component.

Total Pages

To set the amount of pages for the Pagination component use the totalPages property.

<Pagination totalPages={12} />

Current Page

To set the currently active page use the currentPage property. This will highlight the currently active page.

<Pagination totalPages={12} currentPage={2} />

Links

4.0.1

2 years ago

4.0.1-next.0

2 years ago

4.0.0

2 years ago

4.0.0-next.0

2 years ago

3.0.0-next.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.1-next.0

2 years ago

2.0.3

3 years ago

2.0.3-next.0

3 years ago

2.0.2

3 years ago

2.0.2-next.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.1-next.0

3 years ago

2.0.0-next.0

3 years ago

1.0.29

3 years ago

1.0.29-next.0

3 years ago

1.0.29-next.1

3 years ago

1.0.30

3 years ago

1.0.30-next.0

3 years ago

1.0.28

3 years ago

1.0.28-next.2

3 years ago

1.0.28-next.1

3 years ago

1.0.28-next.0

3 years ago

1.0.27

4 years ago

1.0.27-next.0

4 years ago

1.0.27-next.1

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.26-next.0

4 years ago

1.0.24-next.0

4 years ago

1.0.25-next.2

4 years ago

1.0.25-next.1

4 years ago

1.0.25-next.0

4 years ago

1.0.22

4 years ago

1.0.23

4 years ago

1.0.22-next.0

4 years ago

1.0.23-next.0

4 years ago

1.0.21

4 years ago

1.0.20-next.0

4 years ago

1.0.20

4 years ago

1.0.21-next.0

4 years ago

1.0.19

4 years ago

1.0.19-next.0

4 years ago

1.0.18

4 years ago

1.0.18-next.0

4 years ago

1.0.17

4 years ago

1.0.17-next.0

4 years ago

1.0.16

4 years ago

1.0.16-next.0

4 years ago

1.0.15

4 years ago

1.0.15-next.0

4 years ago

1.0.14

4 years ago

1.0.14-next.0

4 years ago

1.0.13-next.0

4 years ago

1.0.12-next.0

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11-next.0

4 years ago

1.0.10-next.1

4 years ago

1.0.10-next.0

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.9-alpha.2

4 years ago

1.0.9-alpha.1

4 years ago

1.0.9-alpha.0

4 years ago

1.0.8

4 years ago

1.0.8-alpha.0

4 years ago

1.0.7

4 years ago

1.0.7-alpha.0

4 years ago

1.0.6

4 years ago

1.0.6-alpha.3

4 years ago

1.0.6-alpha.2

4 years ago

1.0.6-alpha.1

4 years ago

1.0.6-alpha.0

4 years ago

1.0.5

5 years ago

1.0.5-alpha.1

5 years ago

1.0.5-alpha.0

5 years ago

1.0.4

5 years ago

1.0.4-alpha.1

5 years ago

1.0.4-alpha.0

5 years ago

1.0.3

5 years ago

1.0.3-alpha.3

5 years ago

1.0.3-alpha.2

5 years ago

1.0.3-alpha.1

5 years ago

1.0.3-alpha.0

5 years ago

1.0.2

5 years ago

1.0.2-alpha.4

5 years ago

1.0.2-alpha.3

5 years ago

1.0.2-alpha.2

5 years ago

1.0.2-alpha.1

5 years ago

1.0.2-alpha.0

5 years ago

1.0.1

5 years ago

1.0.1-alpha.1

5 years ago

1.0.1-alpha.0

5 years ago

1.0.0

5 years ago

0.1.11

5 years ago

0.1.11-alpha.3

5 years ago

0.1.11-alpha.2

5 years ago

0.1.11-alpha.1

5 years ago

0.1.11-alpha.0

5 years ago

0.1.10

5 years ago

0.1.8

5 years ago

0.1.9

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago