Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricius/svelte-pagination
Example of a pagination component in Svelte
https://github.com/mauricius/svelte-pagination
pagination-component svelte sveltejs
Last synced: about 3 hours ago
JSON representation
Example of a pagination component in Svelte
- Host: GitHub
- URL: https://github.com/mauricius/svelte-pagination
- Owner: mauricius
- License: mit
- Created: 2019-07-28T13:11:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T20:27:49.000Z (about 1 year ago)
- Last Synced: 2023-08-14T23:22:15.186Z (about 1 year ago)
- Topics: pagination-component, svelte, sveltejs
- Language: Svelte
- Homepage: https://mauricius.dev/building-a-pagination-component-in-svelte/
- Size: 352 KB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-pagination
This is an example of a Pagination component for [Svelte](https://svelte.dev).
## Get started
Install the dependencies...
```bash
cd svelte-pagination
npm install
```...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.