Skip to content

newlandsvalley/purescript-halogen-components

Repository files navigation

halogen-components

This module consists of a heterogeneous group of UI components, chosen because they are of use in building various music player or editor applications. Currently we have:

  • Soundfont melody player (with UI)
  • Thumbnail melody player (no UI)
  • File input select
  • Multiple select dropdown
  • Trivial button (deprecated)

to build

 spago build

to build the examples:

 npm run player 

 npm run thumbnail-player

 npm run button

 npm run fileio

 npm run multiple-select

To run an example

Navigate using a browser to the index.html file in the appropriate dist directory (e.g. examples/button/dist).