Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T22:18:04.000Z (about 3 years ago)
- Last Synced: 2024-11-08T07:42:37.845Z (about 2 months 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](./screenshots/js-pagination-sequence.png)
# `@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.