Custom HTML controls

This commit is contained in:
David Botton 2022-01-28 11:32:25 -05:00
parent c482fb66a7
commit e46f74abc3
2 changed files with 42 additions and 4 deletions

View file

@ -512,6 +512,14 @@
:create-type nil
:events nil
:properties nil)
`(:name "custom"
:description "Custom HTML"
:clog-type clog:clog-element
:create clog:create-child
:create-type :custom-query
:create-content "<div><button>test</button></div>"
:events (,@*events-element*)
:properties (,@*props-base*))
`(:name "label"
:description "Label"
:clog-type clog:clog-label