mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
feat: add skeleton loading for the load more matches button
This commit is contained in:
parent
f13b044fc8
commit
ee07c7bd0d
1 changed files with 68 additions and 58 deletions
|
|
@ -151,7 +151,6 @@
|
|||
</div>
|
||||
|
||||
<div class="mt-12 text-center">
|
||||
<ul class="text-gray-900">
|
||||
<div
|
||||
v-for="index in 10"
|
||||
:key="index"
|
||||
|
|
@ -209,7 +208,18 @@
|
|||
<rect x="1077" y="90" rx="3" ry="3" width="59" height="14" />
|
||||
</content-loader>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="mt-4 mx-auto" style="width: 135px; height: 40px;">
|
||||
<content-loader
|
||||
:height="40"
|
||||
:width="135"
|
||||
:speed="2"
|
||||
primary-color="#17314f"
|
||||
secondary-color="#2b6cb0"
|
||||
>
|
||||
<rect x="0" y="0" rx="6" ry="6" width="135" height="40" />
|
||||
</content-loader>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue