Skip to content

Commit

Permalink
feat(snippet): add skeleton while loading
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Oct 27, 2024
1 parent 0cf5f74 commit ce6958e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ pnpm i
pnpm run dev
```

This project requires Node.js to be `v16.0.0` or higher.
This project requires Node.js to be `v20` or higher.

### Principle when add/edit a framework snippet

Expand Down
8 changes: 4 additions & 4 deletions src/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -451,16 +451,16 @@
>
<div class="max-w-sm animate-pulse">
<div
class="h-4 rounded-full bg-gray-700 w-48 mb-4"
class="h-3.5 rounded-full bg-gray-700 w-48 mb-4"
></div>
<div
class="h-4 rounded-full bg-gray-700 max-w-[360px] mb-2.5"
class="h-3.5 rounded-full bg-gray-700 max-w-[360px] mb-2.5"
></div>
<div
class="h-4 rounded-full bg-gray-700 mb-4"
class="h-3.5 rounded-full bg-gray-700 mb-4"
></div>
<div
class="h-4 rounded-full bg-gray-700 max-w-[330px] mb-2.5"
class="h-3.5 rounded-full bg-gray-700 max-w-[330px] mb-2.5"
></div>
<span class="sr-only">Loading...</span>
</div>
Expand Down

0 comments on commit ce6958e

Please sign in to comment.