mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 21:55:59 +00:00
Add placeholder element
This commit is contained in:
16
src/runtime/components/BitinflowPlaceholder.vue
Normal file
16
src/runtime/components/BitinflowPlaceholder.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="animate-pulse">
|
||||
<div class="grid gap-8">
|
||||
<div class="h-9 w-1/3 bg-white dark:bg-base-700 rounded-full" />
|
||||
<div class="h-32 w-full bg-white dark:bg-base-700 rounded-lg" />
|
||||
<div class="h-9 w-1/3 bg-white dark:bg-base-700 rounded-full" />
|
||||
<div class="h-60 w-full bg-white dark:bg-base-700 rounded-lg" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BitinflowPlaceholder"
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user