mech-html 0.1.0

HTML library for the Mech language
Documentation
1
2
3
4
5
6
7
8
Button Example
  #html/app = [
    root: "mech-root" 
    contains: [
      kind: "button" 
      contains: "Click Me!" 
    ]
  ]