pagination

v1.1.32arrow_drop_down
v1.1.32
STATUS
Passing
DOWNLOADS
87
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
1 KB
1 contributor
Install pagination as a package?
Copied
npm i @bit/myliang.fish-ui.pagination
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
Properties
NameTypeDefault value
total
(required)
Number
current
Number1
rows
Number10
simple
Booleanfalse
no-more-text
StringNo more data...
prev-render
Function() => '<i class="fa fa-angle-left" style="margin-right:0; width: auto;"></i>'
next-render
Function() => '<i class="fa fa-angle-right" style="margin-right:0; width: auto;"></i>'
total-render
Function(total, range) => `${range[0]}-${range[1]} / ${total}`
pages
Help and resources