@trbl/react-jumplist
v1.0.0
Published
Jump, and you will find out how to unfold your wings as you fall.
Downloads
5
Readme
React Jumplist
Jump, and you will find out how to unfold your wings as you fall.
Quick Start
Installation
$ yarn add @trbl/react-jumplist
Composition
import React from 'react';
import { JumplistProvider, JumplistButton, JumplistNode } from '@trbl/react-jumplist';
const App = () => {
return (
<JumplistProvider>
<JumplistButton targetID="yourID">
...
</JumplistButton>
<JumplistNode id="yourID">
...
</JumplistNode>
</JumplistProvider>
)
}
export default App;
Demo
To demo locally, clone the repo and
$ yarn
$ yarn dev
$ open http://localhost:3000
Documentation
All available props can be found via the references below:
Contribution
Help us, or let us help you help us.
License
MIT Copyright (c) TRBL, LLC