An open API service indexing awesome lists of open source software.

https://github.com/feathersui/feathersui-coconut-samples

Sample projects using Feathers UI and Coconut
https://github.com/feathersui/feathersui-coconut-samples

coconut-ui feathers-ui haxe openfl

Last synced: 14 days ago
JSON representation

Sample projects using Feathers UI and Coconut

Awesome Lists containing this project

README

          

# Coconut Samples for Feathers UI

Sample projects using [Feathers UI](https://feathersui.com/) and [Coconut](https://lib.haxe.org/p/coconut.ui).

## Quick Start

Add the [coconut.feathersui](https://lib.haxe.org/p/coconut.feathersui) backend to your [_project.xml_ file](https://lime.software/docs/project-files/xml-format/).

```xml

```

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

```hx
Renderer.mount(this, '');
```