Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

Pagination Indicator

The Pagination Indicator component provide a visual indicator for the number of pages and the current active page.

Usage

Import

Copied to clipboard.

import { PaginationIndicator } from '@amazon-devices/kepler-ui-components';

Example

Copied to clipboard.

<PaginationIndicator
  activePage={3}
  numberOfPages={6}
  activeColor={'#FF12FF'}
  inactiveColor={'#FAFAFA'}
  size='md'
 />

Props

Prop Type Default Value Required Description
numberOfPages Number N/A Yes Total number of pages
activePage Number N/A Yes Currently active page (0 based)
size 'sm', 'md', 'lg' 'md' No Size of the PaginationIndicator
activeColor ColorValue Undefined No Color of the active indicator
inactiveColor ColorValue Undefined No Color of the inactive indicator
vertical? Boolean False No Set orientation to vertical

Customization

The active or inactive Color provides customization along with option of size.

Interactivity

Modality Available
D-pad No
Touch No
Voice No

Accessibility

Prop Available
accessible No
accessibilityRole No
accessibilityLabel No
accessibilityValue No
accessibilityActions No
accessibilityState No

UI experience


Last updated: Jun 09, 2026