mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Adding new files.
This commit is contained in:
parent
c70f9bd74e
commit
b992c9d67e
4 changed files with 78 additions and 2 deletions
10
client/ListItems/listItemTblByStore.html
Normal file
10
client/ListItems/listItemTblByStore.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<template name="listItemTblByStore">
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
<ul class="collection with-header">
|
||||
<li class="collection-header"><h4>First Names</h4></li>
|
||||
<li class="collection-item">Alvin</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue