Package

purescript-react-keybind

Repository
EpicOrange/purescript-react-keybind
License
MIT
Uploaded by
EpicOrange
Published on
2021-01-11T10:51:41Z

Pursuit

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

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

npm i
npm run serve-example

Installation

Add the following to additions in your packages.dhall:

let additions =
      { tree =
        { dependencies =
            [ "react-basic"
            , "react-basic-classic"
            , "undefined-or"
            ]
        , 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.

Modules
React.Keybind
React.Keybind.Internal
React.Keybind.Types
Dependencies