https://github.com/bramus/js-pagination-sequence-demos
Demos that use @bramus/pagination-sequence
https://github.com/bramus/js-pagination-sequence-demos
Last synced: 3 months ago
JSON representation
Demos that use @bramus/pagination-sequence
- Host: GitHub
- URL: https://github.com/bramus/js-pagination-sequence-demos
- Owner: bramus
- License: mit
- Created: 2021-12-12T22:17:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T22:18:04.000Z (over 4 years ago)
- Last Synced: 2024-12-31T05:25:54.633Z (over 1 year ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# `@bramus/pagination-sequence` Integration Demos
Integration Demos that use [`@bramus/pagination-sequence`](https://github.com/bramus/js-pagination-sequence/) under the hood.
- [React](react/)
- _Your favorite framework here? Send a PR!_
## Installation + Running the projects
Instructions for each project are the same:
1. Go into their folder
2. Install the dependencies using `npm i`
3. Run the project using `npm start`
4. Open your browser and visit `http://127.0.0.1:8080`
For example:
```bash
cd react
npm i
npm start
```
## License
`js-pagination-sequence-demos` is released under the MIT public license. See the enclosed `LICENSE` for details.