diff --git a/docs/src/pages/components/SkeletonPlaceholder.svx b/docs/src/pages/components/SkeletonPlaceholder.svx
index 2b7cc045..c1d970b2 100644
--- a/docs/src/pages/components/SkeletonPlaceholder.svx
+++ b/docs/src/pages/components/SkeletonPlaceholder.svx
@@ -3,10 +3,16 @@
import Preview from "../../components/Preview.svelte";
+`SkeletonPlaceholder` provides a loading state placeholder that can be used to indicate content is being loaded. It supports custom sizing and forwards mouse events for interactive loading states.
+
## Default
+Create a basic skeleton placeholder with default styling.
+
## Custom size
+Specify custom dimensions using the `style` prop.
+