From 9683d59853716d3aa6b63dee0a9d5dae60a855db Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Mon, 4 Nov 2024 23:07:36 +0530 Subject: [PATCH] Demo.RCL - section component updates --- .../Placeholders/PlaceholderDocumentation.razor | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BlazorBootstrap.Demo.RCL/Components/Pages/Placeholders/PlaceholderDocumentation.razor b/BlazorBootstrap.Demo.RCL/Components/Pages/Placeholders/PlaceholderDocumentation.razor index 68c000645..a37377a20 100644 --- a/BlazorBootstrap.Demo.RCL/Components/Pages/Placeholders/PlaceholderDocumentation.razor +++ b/BlazorBootstrap.Demo.RCL/Components/Pages/Placeholders/PlaceholderDocumentation.razor @@ -11,32 +11,32 @@ -
+
Placeholders can be used to enhance the experience of your application.
-
+
-
+
You can change the width through PlaceholderWidth, width utilities, or inline styles.
-
+
By default, the placeholder uses currentColor. This can be overridden with the Color property of type enum.
-
+
The size of placeholders are based on the typographic style of the parent element. Customize them with Size property of type enum.
-
+
Animate placeholders with PlaceholderAnimation.Glow or PlaceholderAnimation.Wave to better convey the perception of something being actively loaded.