haxeui/haxeui-core

View on GitHub
cli/templates/custom-component/Custom.hx

Summary

Maintainability
Test Coverage
package ::package::;

import haxe.ui.containers.Box;

@:build(haxe.ui.macros.ComponentMacros.build("::xmlFile::"))
class ::className:: extends Box {
    public function new() {
        super();
    }
}