api-client/components/smart/LoadingIndicator.vue
2021-08-24 13:45:11 +05:30

5 lines
122 B
Vue

<template>
<div class="text-sm text-secondaryLight animate-pulse">
<AppLogo class="h-8 w-8" />
</div>
</template>