PageIndicator

PageIndicator indicates the current active page.

<PageIndicator total={10} current={1} />

Example

Basic usage of PageIndicator component.

API

PropertiesDescriptionTypeDefault
totalThe total page numbernumber-
currentThe current page (counting from 0)number-
colorThe color'primary' | 'white''primary'
verticalWhether the direction mode is verticalbooleanfalse
ON THIS PAGE