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