Getting Started: (:man_technologist:)

Import the source code into an html document like this:

<script src="mkup.js"></script>

Element Names

  • [ ] <radio>
  • [ ] <combo>
  • [ ] <board>
  • [ ] <listbox>
  • <btn>
  • <text>
  • <textbox>
  • <pixelarray>
  • <window>
  • <number>
  • <itemgroup>
  • <accordion>
  • <auto>
  • <ctrl>
  • [x] <date>
  • <modal>
  • <multi>
  • <menu>
  • <mega>
  • <vbar>
  • <hbar>
  • <space>
  • <selection>
  • <slider>
  • <spinner>
  • <tabset>
  • <tab>
  • <tooltip>
  • <window>
  • <color>
  • <anim>
  • <code>
  • <diagram>

All of the new html elements have end tags, but some require nothing in between the 2 tags.

<tabset>
  <tab></tab>
  <tab></tab>
  <tab></tab>
</tabset>