Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 507 Bytes

Coconut Samples for Feathers UI

Sample projects using Feathers UI and Coconut.

Quick Start

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"/>');