Skip to content

reflex-frp/reflex-dom-semui

Repository files navigation

Build Status

This package provides a Reflex wrapper around the Semantic UI components. It is very incomplete and was derived from code written for hsnippet. This is also intended to serve as an example of how to structure FFI packages that rely on external JS packages.

To build this library locally use reflex-platform's work-on script as follows:

~/reflex-platform/work-on ghcjs ./.

This puts you into a nix shell that has GHCJS and the environment it needs. Then you can build with:

cabal configure --ghcjs
cabal build

A compiled version of the code in the example folder is available in docs/index.html or online at https://reflex-frp.github.io/reflex-dom-semui/.

To rebuild the example app and update the docs folder, just run

cabal configure --ghcjs --enable-tests
cabal build example && ./makedocs.sh