coffeescript-ui
Version:
Coffeescript User Interface System
14 lines (13 loc) • 391 B
HTML
<!--
* coffeescript-ui - Coffeescript User Interface System (CUI)
* Copyright (c) 2013 - 2016 Programmfabrik GmbH
* MIT Licence
* https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
-->
<div data-template="panel" class="cui-panel">
<div class="cui-panel-header">
</div>
<div class="cui-panel-body">
<div class="cui-panel-content"></div>
</div>
</div>