项目作者: feathersui

项目描述 :
Sample projects using Feathers UI and Coconut
高级语言: Haxe
项目地址: git://github.com/feathersui/feathersui-coconut-samples.git
创建时间: 2020-10-19T21:41:15Z
项目社区:https://github.com/feathersui/feathersui-coconut-samples

开源协议:Other

下载


Coconut Samples for Feathers UI

Sample projects using Feathers UI and Coconut.

Quick Start

Add the coconut.feathersui backend to your project.xml file.

  1. <haxelib name="coconut.feathersui"></haxelib>

Import coconut.feathersui.Renderer, and call Renderer.mount():

  1. Renderer.mount(this, '<Label text="Hello World"></Label>');