react-keybind

PureScript bindings for react-keybind: https://github.com/UnicornHeartClub/react-keybind


License
MIT
Install
psc-package install react-keybind

Documentation

purescript-react-keybind

Pursuit

This library provides Purescript bindings for this library of the same name.

The majority of documentation can be found on Pursuit. There is also an example app in examples/ that can be built by running:

npm i
npm run serve-example

Installation (with spago)

Since this package is not yet on package-sets, installation is not as easy as spago install react-keybind.

Add the following to additions in your packages.dhall:

let additions =
      { react-keybind =
        { dependencies =
            [ "react-basic"
            , "react-basic-classic"
            ]
        , repo = "https://github.com/EpicOrange/purescript-react-keybind"
        , version = "v0.8.1"
        }
      }

Then run:

spago install react-keybind

Documentation

Module documentation is published on Pursuit.