Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.