C
Size: a a a
C
C
VY
S
PG
A
S
P1
(tui-define-component my-message(tui-define-component tui-demo-basic-counter
:documentation
"Message containing other components"
:render
(lambda ()
(let ((name (plist-get (tui-get-props) :name)))
(list (hello :name name)
"\n------------\n"
(tui-demo-basic-question)
"\nmake "
(basic-counter :start-value 0)
" widgets!"))))
P1
P1
P1
D
P1
PG
(tui-define-component my-message(tui-define-component tui-demo-basic-counter
:documentation
"Message containing other components"
:render
(lambda ()
(let ((name (plist-get (tui-get-props) :name)))
(list (hello :name name)
"\n------------\n"
(tui-demo-basic-question)
"\nmake "
(basic-counter :start-value 0)
" widgets!"))))
`(keymap (down-mouse-1 . ,#'incr-counter))
🌚P1
P1
PG
'(keymap (down-mouse-1 . incr-counter))