You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,18 @@ A CSS-only skeleton loader that supports syncing multiple elements' loading indi
5
5
<br>
6
6
7
7
<divalign="center">
8
-
<imgsrc="../media/skeleton.gif"width="45%"alt="A skeleton loader with a single gradient going through all elements as if they were a single element"style="margin-right: 10px;"title="Example of the default skeleton loader styling">
9
-
<imgsrc="../media/skeleton-dark.gif"width="45%"alt="A dark version of the previous skeleton loader"title="Example of the default skeleton loader styling in dark mode">
8
+
<imgsrc="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/skeleton.gif"width="45%"alt="A skeleton loader with a single gradient going through all elements as if they were a single element"style="margin-right: 10px;"title="Example of the default skeleton loader styling">
9
+
<imgsrc="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/skeleton-dark.gif"width="45%"alt="A dark version of the previous skeleton loader"title="Example of the default skeleton loader styling in dark mode">
10
10
</div>
11
11
12
12
<divalign="center">
13
13
<em>Compatible with all frameworks, including TailwindCSS</em><br>
14
-
<imgheight="24"src="../media/icons/tailwind.png"alt="TailwindCSS"title="works with TailwindCSS">
15
-
<imgheight="24"src="../media/icons/reactjs.png"alt="ReactJS"title="works with ReactJS">
16
-
<imgheight="24"src="../media/icons/sveltejs.png"alt="SvelteJS"title="works with SvelteJS">
17
-
<imgheight="24"src="../media/icons/vuejs.png"alt="VueJS"title="works with VueJS">
18
-
<imgheight="24"src="../media/icons/js.png"alt="Vanilla JS"title="works with Vanilla JS">
<imgheight="24"src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/tailwind.png"alt="TailwindCSS"title="works with TailwindCSS">
15
+
<imgheight="24"src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/reactjs.png"alt="ReactJS"title="works with ReactJS">
16
+
<imgheight="24"src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/sveltejs.png"alt="SvelteJS"title="works with SvelteJS">
17
+
<imgheight="24"src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/vuejs.png"alt="VueJS"title="works with VueJS">
18
+
<imgheight="24"src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/js.png"alt="Vanilla JS"title="works with Vanilla JS">
0 commit comments