add playground
Summary: This adds a web-based playground to try out Yoga. The playground uses yogas javascript bindings to use yoga within the browser. The layout tree can be modified and shared. Code generators for litho, ComponentKit and React Native allow the layout to be copied into any app. allow-large-files Reviewed By: emilsjolander Differential Revision: D6871601 fbshipit-source-id: 3b97c87e91d6bafe8e1c38b8b7eca8d372324c0b
This commit is contained in:
committed by
Facebook Github Bot
parent
afc215aa66
commit
9718c517d9
9
playground/README.md
Normal file
9
playground/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Yoga Playground
|
||||
|
||||
Try [Yoga](https://facebook.github.io/yoga/) in your browser and understand how Flexbox is working. This playground uses the asm.js version of Yoga to be able to execute Yoga in the browser.
|
||||
|
||||
## Features
|
||||
|
||||
* Build a flexbox layout and try how flexbox properties work
|
||||
* Share your playrgound with other people by just copying the URL
|
||||
* Generatres ready to use code for Litho, ComponentKit and React Native
|
Reference in New Issue
Block a user