Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annoyingmouse/wc-pagination
https://github.com/annoyingmouse/wc-pagination
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/annoyingmouse/wc-pagination
- Owner: annoyingmouse
- License: mit
- Created: 2023-03-29T06:42:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-22T12:50:09.000Z (over 1 year ago)
- Last Synced: 2024-12-03T20:02:30.346Z (23 days ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This web component creates a pagination element.
## Usage
```html
```
## Configuration
The pagination relies on three attributes.
Adding a `total` number variable is the total number of records.
Adding a `current` number variable is the current page.
Adding a `page-size` number variable is the number of records to be shown on the page.
## License
MIT