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
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
Module documentation is published on Pursuit.