elk/components/tag/TagCardSkeleton.vue

12 lines
343 B
Vue
Raw Normal View History

2022-12-11 11:52:36 +01:00
<template>
<div p4 flex justify-between gap-4>
2022-12-11 11:52:36 +01:00
<div flex="~ col 1 gap-2">
<div flex class="skeleton-loading-bg" h-5 w-30 rounded />
<div flex class="skeleton-loading-bg" h-4 w-45 rounded />
</div>
<div flex items-center>
<div flex class="skeleton-loading-bg" h-9 w-15 rounded />
</div>
</div>
</template>