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