This page show a full Application Bar stacked on the bottom of the page with plenty of commands.

Commands Icons

Commands markup can be made with <a> element or a <button>.

To show an icon you should use the glyph code that you find in the Icons page.

   <button class="win-command">
      <span class="win-commandimage win-commandring">!</span>
      <span class="win-label">Home</span>
   </button>
   

Settings