GenieFramework / StippleUI.jl

StippleUI is a library of reactive UI elements for Stipple.jl.
MIT License
82 stars 15 forks source link

add q-list #96

Closed alerem18 closed 10 months ago

alerem18 commented 1 year ago

quasar component q-list is not supported

hhaensel commented 10 months ago

That's not quite right, there are list(), ìtemsection() and item(). in most of the times you can simply omit the q- at the beginning of the html-element name to obtain the respective julia command. There is also the possibility of using parse_vue_html() in many cases, but that currently fails for q-list. That will be fixed in the next release.