adding ags stuff

This commit is contained in:
Chris Cochrun 2024-06-17 11:25:35 -05:00
parent 88dbdc172a
commit 1599875a5c
7 changed files with 142 additions and 14 deletions

View file

@ -0,0 +1,8 @@
(ns ags)
(defn bar [monitor]
(let [my-label (Widget.Label.
(clj->js {
:label "some example content"
}))])
)