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
- Host: GitHub
- URL: https://github.com/feathersui/feathersui-coconut-samples
- Owner: feathersui
- License: other
- Created: 2020-10-19T21:41:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T22:08:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T17:28:51.083Z (12 months ago)
- Topics: coconut-ui, feathers-ui, haxe, openfl
- Language: Haxe
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, '');
```