GenieFramework / StippleUI.jl

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

support julia expressions for some attributes #115

Closed hhaensel closed 11 months ago

hhaensel commented 11 months ago

This PR goes together with https://github.com/GenieFramework/Stipple.jl/pull/232 and is meant to support Julia expressions as values for attributes, mostly Dicts and Vectors. Here, it is only about adding the respective types. The attribute handling is done in Stipple.attributes().

@essenciary or @PGimenez could you also go through the API and see where we should add types?