Marquee text, if it is too long to fit

This commit is contained in:
Alicia Sykes
2019-07-23 16:03:59 +01:00
parent 9a57f0aeab
commit 7f645745f9
6 changed files with 135 additions and 60 deletions

View File

@@ -3,7 +3,12 @@
<h1>{{title}}</h1>
<span class="subtitle">{{subtitle}}</span>
<div class="item-group-container">
<ItemGroup v-for="item in items" :key="item.id" :title="item.name"/>
<ItemGroup
v-for="item in items"
:key="item.id"
:title="item.name"
:items="item.items"
/>
<ItemGroup title="External Infrastructure"/>
<ItemGroup title="Utilities"/>
</div>