From c473d09b4b4b72b5e0e4d319ac467cc4873baf45 Mon Sep 17 00:00:00 2001 From: georgedautov Date: Fri, 11 Jul 2025 10:54:26 +0300 Subject: [PATCH] docs(Window): Change basic usage to live example --- components/window/overview.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/components/window/overview.md b/components/window/overview.md index eae328dca5..db75d7ed93 100644 --- a/components/window/overview.md +++ b/components/window/overview.md @@ -25,28 +25,7 @@ The Window component displays a popup with a title bar and shows custom content. >caption Basic Blazor Window -````RAZOR - - - Window Title - - - Window Content ... - - - - - - Window Footer Content ... - - - -Toggle window - -@code { - bool WindowIsVisible { get; set; } -} -```` + ## Size