Aaron Ervin

Results 4 issues of Aaron Ervin

Hoping there's a simple fix for this nil reference issue I'm experiencing during app.Compo.Update() calls. Code that raises the error: ``` app.Div().ID(adminId).Body( app.Button(). ID(adminId). Class("default"). Style("min-width", "72px"). Body(&CompIcon{Name: "far fa-trash-alt"}),...

Hello and thanks for this fantastic project! I'm wondering how to set custom attributes on elements? One use-case is integration with libraries that [make use of custom attributes](https://getuikit.com/docs/dropdown). I've tested...

**Is your feature request related to a problem? Please describe.** A component library would be really useful, but some core functionality in Vugu will need to be implemented first. Vue...

enhancement

Love this extension, use it on a daily basis. Thanks for the great work! I would love the ability to run all of a project's HTML templates through the formatter...