diff --git a/src/components/Spinner/Spinner.mdx b/src/components/Spinner/Spinner.mdx
index fb04d7c7..fc15c31a 100644
--- a/src/components/Spinner/Spinner.mdx
+++ b/src/components/Spinner/Spinner.mdx
@@ -1,4 +1,12 @@
-Simple loading spinner. Use it to help hide long loading times for components that may be loading expensive media files or crunching through lots of data.
+import { Meta, Canvas } from '@storybook/blocks';
+
+import * as SpinnerStories from './Spinner.stories.svelte';
+
+
+
+# Spinner
+
+The `Spinner` component creates a simple loading spinner. Use it to hide long loading times for components that may be loading expensive media files or crunching through lots of data.
```svelte
-
-
-
- {#snippet children({ args })}
-