We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@:uiComp("view") // Naming scheme of component classes can be customized with domkit.Macros.registerComponentsPath(); class ViewComp extends h2d.Flow implements h2d.domkit.Object { static var SRC = <view class="mybox" min-width="200" content-halign={align}> <text text={"Hello World"}/> for( i in icons ) <bitmap src={i} id="icons[]"/> </view>; public function new(align:h2d.Flow.FlowAlign,icons:Array<h2d.Tile>,?parent) { super(parent); initComponent(); } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: