From a247dd2e06ff64ef2590a7ef06c9edf68d6dac01 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 3 May 2025 11:02:02 -0700 Subject: [PATCH] docs(tile): improve docs --- docs/src/pages/components/Tile.svx | 6 ++++++ 1 file changed, 6 insertions(+) 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