Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:46:02.000Z (7 months ago)
- Last Synced: 2024-12-13T20:07:20.178Z (24 days ago)
- Topics: jumplist, react, react-component, scroll-to, typescript
- Language: TypeScript
- Homepage: https://facelessui.com/docs/jumplist
- Size: 1.13 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![NPM](https://img.shields.io/npm/v/@faceless-ui/jumplist)](https://www.npmjs.com/@faceless-ui/jumplist)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/jumplist?label=zipped)# 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 [email protected]: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