https://github.com/faceless-ui/jumplist
A React library for creating powerful jumplists
https://github.com/faceless-ui/jumplist
jumplist react react-component scroll-to typescript
Last synced: about 1 year ago
JSON representation
A React library for creating powerful jumplists
- Host: GitHub
- URL: https://github.com/faceless-ui/jumplist
- Owner: faceless-ui
- License: mit
- Created: 2019-11-13T03:39:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:46:02.000Z (about 2 years ago)
- Last Synced: 2025-04-09T23:38:43.298Z (about 1 year ago)
- Topics: jumplist, react, react-component, scroll-to, typescript
- Language: TypeScript
- Homepage: https://facelessui.com/docs/jumplist
- Size: 1.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://www.npmjs.com/@faceless-ui/jumplist)

# React Jumplist
Read the full documentation [here](https://facelessui.com/docs/jumplist).
## Installation
```bash
$ npm i @faceless-ui/jumplist
$ # or
$ yarn add @faceless-ui/jumplist
```
## Development
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
```bash
$ git clone git@github.com:faceless-ui/jumplist.git
$ yarn
$ yarn dev
$ open http://localhost:3000
```
## License
[MIT](https://github.com/faceless-ui/jumplist/blob/master/LICENSE) Copyright (c) Faceless UI