Skip to content

Instantly share code, notes, and snippets.

@nathan5x-zz
Last active April 12, 2018 06:46
Show Gist options
  • Save nathan5x-zz/24c0c91ce3918b473072742e115eba70 to your computer and use it in GitHub Desktop.
Save nathan5x-zz/24c0c91ce3918b473072742e115eba70 to your computer and use it in GitHub Desktop.
Create UI Component in HTML, CSS, and JS like it is in Adobe Flex & ActionScript
<body>
<!-- Main Container to hold Grid and Navigation Pad -->
<div id="status"> </div>
<!-- To hold instance 1 UI -->
<div id="instance1"> </div> <br/>
<!-- To hold instane 2 UI -->
<div id="instance2"> </div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment