eclipse-sprotty / sprotty

A diagramming framework for the web
https://sprotty.org/
Eclipse Public License 2.0
731 stars 83 forks source link

Improved JSX factory #430

Closed jbicker closed 9 months ago

jbicker commented 9 months ago

Fixes https://github.com/eclipse-sprotty/sprotty/issues/419

It is now possible to add Function Components to the views as well as normal svg attributes to svg elements without adding 'attrs-' prefix.

A very simple example is added to demonstrate all cases.