Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 352 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 352 Bytes

Pointed Prompt

a tiny non-blocking prompt box for Canvas apps.

Previews http://r.tiye.me/mvc-works/pointed-prompt/ .

Usage

:require
  pointed-prompt :refer (prompt-at!)

prompt-at! ([] 100 100)
  {}
    :textarea? false
    :style $ {}
    :initial |TODO
  fn (content)
    println content

clear-prompt!

License

MIT