/monomer-widgets

Collection of custom widgets for Monomer (Haskell GUI library)

Primary LanguageHaskellMIT LicenseMIT

Monomer Widgets

This is a collection of custom widgets (composites) for Monomer library.

List of widgets

Source code documentation generated by Haddock is here (might be outdated).

How to use in your project (stack)

  • Add monomer-widgets to dependencies in package.yaml:
dependencies:
- monomer-widgets
  • Add to stack.yaml (replace <commit> with latest commit hash in this repo):
extra-deps:
- git: https://github.com/Deltaspace0/monomer-widgets.git
  commit: <commit>

License