NV Elements Catalog Starters Repo System Themes Getting Started Getting Started Installation CLI MCP Skills Lint Integrations Getting Started Angular Bundles Custom Elements Golang Hugo Import Maps Lit Lit Library MCP Apps NextJS Nuxt Preact React SolidJS Svelte TypeScript Vue About Changelog Metrics Support Accessibility Contributions Requests Migration Foundations Overview Typography Iconography Themes Design Tokens Size & Space Objects Interactions Support Status Color Animation Fonts Layers Custom Layout Horizontal Vertical Grid Popovers i18n Visualization View Transitions Elements Accordion Alert Avatar Badge Breadcrumb Button Button Group Card Chat Message Checkbox Color Combobox Copy Button Datagrid Integrations Column Action Column Alignment Column Fixed Column width Container Card Display Settings Footer Heatmap Keynav Multi Select Pagination Panel Detail Panel Grid Performance Placeholder Row Action Row Groups Row Sort Scroll Height Single Select Stripe Date Datetime Dialog Divider Dot Drawer Dropdown Dropdown Group Dropzone File Format Datetime Format Number Format Relative Time Forms Validation Actions Control Icon Icon Button Input Input Group Logo Menu Month Notification Page Page Header Page Loader Pagination Progressive Filter Chip Progress Bar Progress Ring Password Preferences Input Pulse Radio Range Resize Handle Search Select Skeleton Sort Button Sparkline Star Rating Steps Switch Tabs Tag Textarea Time Toast Toggletip Toolbar Tooltip Tree Week Patterns Authentication Browse Chat Dashboard Editor Empty States Heatmap Keyboard Shortcut Logging Media Navigation Onboarding Panel Responsive Search Subheader Trend Code Codeblock Monaco Input Diff Input Editor Diff Editor Problems Markdown Markdown CSS Utility Labs Responsive Layout Viewport Container Patterns Forms API Design Properties & Attributes Slots Registration CustomEvents Stateless Composition Styles Packaging Glossary Logs Internal Guidelines Agent Harness Agent Tooling Agent Ownership Documentation Examples TypeScript Testing Unit Testing Accessibility Testing Lighthouse Testing SSR Testing Visual Testing Troubleshooting Component Creation Internal Examples All Examples

Pagination

stable:  0.2.4 Coverage: 96.42% Bundle: 36.98kb Lighthouse: 100 Axe Core Released: 0.11.0
Overview API Examples
DefaultSkippableDisabledFlatInlineDisableStepFormsNoItemsCountLargeValuesDynamicItemsDynamicStepSizeSuffixLabelPageListPatternSkipPatternVerticalPatternCustomSelectPattern

Default

Pagination is a control that enables users to navigate through pages of content.

Skippable

Whether the pagination is skippable to start/end.

Skippable Description true false

Disabled

This Boolean attribute prevents the user from interacting with the element: it cannot receive press or focus events. MDN

Disabled Description true The element has a disabled state and does not accept interaction. false The element has an enabled state and accepts interaction.

Flat

Pagination with flat container styling for a more minimal appearance.

Inline

Inline pagination layout that fits inline with content.

Disable Step

Whether the step selector has a disabled state.

DisableStep Description true false

Forms

submit page 10

Edit Example

Pagination as a form associated component that participates in form submission and emits change, input, and step-change events. Use when page selection needs to integrate with form data collection or server-side form handling.

No Items Count

Pagination without items count display, useful when total count is unknown.

Large Values

Pagination handling large datasets with higher step values for efficient navigation.

Dynamic Items

test-case

If the upper bound of items is unknown, use the last-page event to determine when to load more data and update the pagination with the latest total of items.

Dynamic Step Size

When a custom step exists, the select options dynamically adapt to the step and append to the default option list.

Suffix Label

test-case
of 50,000+
Edit Example

Use the suffix-label slot to customize the "of total" label when dealing with approximated totals from API responses. This is useful when the API returns a limited count but indicates there are more items available.

Page List Pattern

previous 1 2 3 4 next
Edit Example

Custom pagination pattern using toolbar with numbered page buttons and navigation arrows.

Skip Pattern

1 2 3 4
Edit Example

Enhanced pagination pattern with first/last page buttons and numbered page navigation.

Vertical Pattern

Edit Example

Vertical pagination pattern with up/down navigation arrows for compact layouts.

Custom Select Pattern

Edit Example

Custom pagination with select dropdown for page size and navigation arrows.