HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
437 stars 77 forks source link

allow for custom attributes #151

Closed jerbaroo closed 7 years ago

jerbaroo commented 7 years ago

In web dev people sometimes write to custom attributes.

could export the three functions emptyAttr, intAttr and strAttr, or delete all of the explicit exports since we are exporting everything

jerbaroo commented 7 years ago

Think I was going for the wrong approach and this is not needed