Skip to content

Commit 9683d59

Browse files
committed
Demo.RCL - section component updates
1 parent fc61ad2 commit 9683d59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BlazorBootstrap.Demo.RCL/Components/Pages/Placeholders/PlaceholderDocumentation.razor

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@
1111

1212
<CarbonAds />
1313

14-
<Section Size="HeadingSize.H2" Text="About" PageUrl="@pageUrl" HashTagName="about">
14+
<Section Size="HeadingSize.H2" Name="About" PageUrl="@pageUrl" HashTagName="about">
1515
<div class="mb-3">
1616
Placeholders can be used to enhance the experience of your application.
1717
</div>
1818
</Section>
1919

20-
<Section Size="HeadingSize.H2" Text="Examples" PageUrl="@pageUrl" HashTagName="examples">
20+
<Section Size="HeadingSize.H2" Name="Examples" PageUrl="@pageUrl" HashTagName="examples">
2121
<Demo Type="typeof(Placeholder_Demo_01_Examples)" />
2222
</Section>
2323

24-
<Section Size="HeadingSize.H2" Text="Width" PageUrl="@pageUrl" HashTagName="width">
24+
<Section Size="HeadingSize.H2" Name="Width" PageUrl="@pageUrl" HashTagName="width">
2525
<div>You can change the width through <code>PlaceholderWidth</code>, width utilities, or inline styles.</div>
2626
<Demo Type="typeof(Placeholder_Demo_02_Width)" />
2727
</Section>
2828

29-
<Section Size="HeadingSize.H2" Text="Color" PageUrl="@pageUrl" HashTagName="color">
29+
<Section Size="HeadingSize.H2" Name="Color" PageUrl="@pageUrl" HashTagName="color">
3030
<div>By default, the placeholder uses currentColor. This can be overridden with the <code>Color</code> property of type enum.</div>
3131
<Demo Type="typeof(Placeholder_Demo_03_Color)" />
3232
</Section>
3333

34-
<Section Size="HeadingSize.H2" Text="Sizing" PageUrl="@pageUrl" HashTagName="sizing">
34+
<Section Size="HeadingSize.H2" Name="Sizing" PageUrl="@pageUrl" HashTagName="sizing">
3535
<div>The size of placeholders are based on the typographic style of the parent element. Customize them with <code>Size</code> property of type enum.</div>
3636
<Demo Type="typeof(Placeholder_Demo_04_Sizing)" />
3737
</Section>
3838

39-
<Section Size="HeadingSize.H2" Text="Animation" PageUrl="@pageUrl" HashTagName="animation">
39+
<Section Size="HeadingSize.H2" Name="Animation" PageUrl="@pageUrl" HashTagName="animation">
4040
<div>Animate placeholders with <code>PlaceholderAnimation.Glow</code> or <code>PlaceholderAnimation.Wave</code> to better convey the perception of something being actively loaded.</div>
4141
<Demo Type="typeof(Placeholder_Demo_05_Animation)" />
4242
</Section>

0 commit comments

Comments
 (0)