From 5dc6991982b5fa0b8f31fb6277cae676e88468ae Mon Sep 17 00:00:00 2001 From: Simon Goellner Date: Thu, 30 Oct 2025 18:21:37 +0800 Subject: [PATCH] Enhance README with framework examples and link update Added a section for using Sync-Skeleton with various frameworks and updated the link for the Vite example. --- package/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package/README.md b/package/README.md index 9042cac..f46c825 100644 --- a/package/README.md +++ b/package/README.md @@ -76,12 +76,17 @@ Then, add the `loading-skeleton` class to any element you want to have the skele #### Using Sync-Skeleton in a typical project; -See the [example folder for more detailed usage with Vite](example). +See the [example folder for more detailed usage with Vite](/example). #### Using Sync-Skeleton with TailwindCSS; Here's a [live demo on the tailwind playground](https://play.tailwindcss.com/wruRA5Hk7Q)! +#### Using Sync-Skeleton with a Framework; + +There's a bunch of examples [in this Github Issue #2](https://github.com/crutchcorn/sync-skeleton/issues/2#issuecomment-3433884284) for +React, Vue, Svelte, Solid, etc. (Thanks, @hatemhosny) +

## 📐 CSS Variables for customising -- 2.51.2