fuse-box-aurelia-loader
Version:
Fuse-Box loader for Aurelia framework
15 lines • 618 B
HTML
<template>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center orange-text">Aurelia-V-Grid</h1>
<div class="row center">
<h5 class="header col s12 light">Experimental datagrid made with Aurelia</h5>
</div>
<div class="row center">
<a md-button="large: true;" md-waves="color: light;" href="https://github.com/vegarringdal/vGrid" id="download-button">Get Started</a>
</div>
<br><br>
</div>
</div>
</template>