creative-connections/aurelia-bodylight-plugin

View on GitHub
src/elements/panels.html

Summary

Maintainability
Test Coverage
<template bindable="title">
  <!--require from="../w3.css"></require-->
  
  <h4 class="w3-center w3-theme-l5">${title}</h4>
  <div class="w3-cell-row">
    <slot></slot>
  </div>

  <div style="margin:60px!important">
  </div>

</template>