1.0.0 • Published 4 years ago

@trbl/react-jumplist v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

NPM Bundle Size Supported by TRBL

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

1.0.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago