1.3.0 • Published 5 months ago

@illa-design/pagination v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

Pagination

Pagination is used to show content in pages and can control the internal capacity of each page.

Installation

yarn add @illa-design/pagination

Import component

import { Pagination } from "@illa-design/pagination"

API

Pagination Basic Properties

PropsDescTypeDefault
currentPageSet current pagenumber-
pageSizeSet capacity of each pagenumber-
totalTotal number of contentnumber-
defaultCurrentSet default current pagenumber1
defaultPageSizeSet default capacity of each pagenumber10
disabledWhether to disable the componentboolean-
hideOnSinglePageWhether to hide when only one pagebooleantrue
sizeSet size"small" | "medium" | "large""medium"
showTotalwhether to show the total number of contentboolean | ((total: number, range: number[]) => ReactNode)-
sizeCanChangewhether to show options of change page capacitybooleantrue
sizeOptionsSet options of change page capacitynumber[]10,20,30,40,50
simplewhether to show simple styleboolean-
showJumperWhether to show the page jumperboolean-
prevIconSet previous page iconReactNode-
nextIconSet next page iconReactNode-
moreIconSet more page iconReactNode-

Pagination Events

PropsDescTypeDefault
onChangeCallback when the current page is changed(pageNumber: number, pageSize: number) => void-
onPageSizeChangeCallback when the pageSize is changed(size: number, current: number) => void-

Example

Basic usage

<Pagination total={200} />

Set capacity of each page can be change

<Pagination defaultCurrent={5} total={200} sizeCanChange />

Set jumper

<Pagination total={200} showJumper />

Set Pagination's size

<Pagination size="small" total={50} showTotal showJumper sizeCanChange />

Show total number of content

<Pagination showTotal total={50} style={{ marginBottom: 20 }} />

Show all of Configuration item

<Pagination showTotal total={200} showJumper sizeCanChange />
1.2.0

5 months ago

1.3.0

5 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

11 months ago

1.0.31

9 months ago

1.0.30

10 months ago

1.1.0

8 months ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.26

12 months ago

1.0.25

12 months ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.20

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago