From 9495749217aa840fa67fe45b14ea9c235286c3eb Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Fri, 23 Aug 2024 12:50:27 -0700 Subject: [PATCH] Update docs/library/other/skeleton.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Brandého --- docs/library/other/skeleton.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/other/skeleton.md b/docs/library/other/skeleton.md index 7f4770f73a..46c6a08f6e 100644 --- a/docs/library/other/skeleton.md +++ b/docs/library/other/skeleton.md @@ -22,6 +22,6 @@ rx.vstack( ), ``` -When using `Skeleton` with text, wrap the text itself instead of the element instead of the parent element to have a placeholder of the same size. +When using `Skeleton` with text, wrap the text itself instead of the parent element to have a placeholder of the same size. Use the loading prop to control whether the skeleton or its children are displayed. Skeleton preserves the dimensions of children when they are hidden and disables interactive elements.