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
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
customStyles |
custom-styles |
The custom styles object. | string | undefined |
undefined |
Dependencies
Depends on
Graph
graph TD;
searchcraft-pagination --> searchcraft-button
style searchcraft-pagination fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS