diff --git a/docs/src/pages/components/Tile.svx b/docs/src/pages/components/Tile.svx
index 6700b492..936763dc 100644
--- a/docs/src/pages/components/Tile.svx
+++ b/docs/src/pages/components/Tile.svx
@@ -3,10 +3,16 @@
import Preview from "../../components/Preview.svelte";
+`Tile` provides a container for displaying content in a structured, card-like format. It supports light and dark variants and can be used to create consistent, visually distinct content sections.
+
## Default
+Create a basic tile container for your content.
+
Content
## Light variant
+Use the light variant for light-themed backgrounds by setting `light` to `true`.
+
Content
\ No newline at end of file