Skip to content

searchcraft-pagination

Overview

This web component is designed to facilitate pagination of search results. Once a query is submitted, calculates the number for pages.

Usage

index.html
<searchcraft-pagination />

Properties

PropertyAttributeDescriptionTypeDefault
customStylescustom-stylesThe custom styles object.string | undefinedundefined

Dependencies

Depends on

Graph

graph TD;
searchcraft-pagination --> searchcraft-button
style searchcraft-pagination fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS