Sample projects using Feathers UI and Coconut.
Add the coconut.feathersui backend to your project.xml file.
<haxelib name="coconut.feathersui"/>
Import coconut.feathersui.Renderer
, and call Renderer.mount()
:
Renderer.mount(this, '<Label text="Hello World"/>');