Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.18 KB

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