-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from zackha/dev
from dev
- Loading branch information
Showing
5 changed files
with
58 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<template> | ||
<div v-for="i in 9" :key="i" class="p-2 border border-neutral-800 rounded-2xl animate-pulse"> | ||
<div class="relative pb-[133%] mb-3"> | ||
<div class="w-full h-full absolute rounded-lg bg-neutral-800"></div> | ||
</div> | ||
<div class="px-2 mb-1 grid grid-flow-row-dense grid-cols-3"> | ||
<div class="flex flex-col min-w-0 justify-between gap-2 col-span-2"> | ||
<div class="bg-neutral-800 w-2/4 h-8 rounded"></div> | ||
<div class="bg-neutral-800 w-full h-full rounded"></div> | ||
</div> | ||
<div class="gap-2 flex flex-col items-end"> | ||
<div class="bg-neutral-800 w-2/3 h-8 rounded"></div> | ||
<div class="bg-neutral-800 w-3/4 h-full rounded"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters