Skip to content

Commit d8c8cf0

Browse files
committed
BootstrapIcon - demos updated
1 parent 5384762 commit d8c8cf0

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

BlazorExpress.Bulma.Demo.RCL/Pages/Demos/Icons/BootstrapIcons/BootstrapIconDocumentation.razor

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,17 @@
3737
</Section>
3838

3939
<Section Class="p-0" Size="HeadingSize.H3" Name="Sizes" PageUrl="@pageUrl" Link="sizes">
40+
<div class="mb-3">
41+
Use <code>Size</code> parameter to set the size of the icon.
42+
In the example below, the icon is shown with different sizes.
43+
</div>
4044
<Demo Type="typeof(BootstrapIcon_Demo_04_Icon_Sizes)" Tabs="true" />
4145
</Section>
4246

4347
<Section Class="p-0" Size="HeadingSize.H3" Name="All icons" PageUrl="@pageUrl" Link="all-icons">
48+
<div class="mb-3">
49+
In the example below, all icons are shown with their names.
50+
</div>
4451
<Demo Type="typeof(BootstrapIcon_Demo_99_All_Icons)" Tabs="true" />
4552
</Section>
4653

BlazorExpress.Bulma.Demo.RCL/Pages/Demos/Icons/BootstrapIcons/BootstrapIcon_Demo_04_Icon_Sizes.razor

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@
88
<tbody>
99
<tr>
1010
<td><code>BootstrapIconSize.None</code></td>
11-
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.None" IconContainerCssClass="@BulmaCssClass.Margin3" /></td>
11+
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.None" /></td>
1212
</tr>
1313
<tr>
1414
<td><code>BootstrapIconSize.XSmall</code></td>
15-
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.XSmall" IconContainerCssClass="@BulmaCssClass.Margin3" /></td>
15+
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.XSmall" /></td>
1616
</tr>
1717
<tr>
1818
<td><code>BootstrapIconSize.Small</code></td>
19-
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.Small" IconContainerCssClass="@BulmaCssClass.Margin3" /></td>
19+
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.Small" /></td>
2020
</tr>
2121
<tr>
2222
<td><code>BootstrapIconSize.Medium</code></td>
23-
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.Medium" IconContainerCssClass="@BulmaCssClass.Margin3" /></td>
23+
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.Medium" /></td>
2424
</tr>
2525
<tr>
2626
<td><code>BootstrapIconSize.Large</code></td>
27-
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.Large" IconContainerCssClass="@BulmaCssClass.Margin3" /></td>
27+
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.Large" /></td>
2828
</tr>
2929
<tr>
3030
<td><code>BootstrapIconSize.XLarge</code></td>
31-
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.XLarge" IconContainerCssClass="@BulmaCssClass.Margin3" /></td>
31+
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.XLarge" /></td>
3232
</tr>
3333
<tr>
3434
<td><code>BootstrapIconSize.XXLarge</code></td>
35-
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.XXLarge" IconContainerCssClass="@BulmaCssClass.Margin3" /></td>
35+
<td><BootstrapIcon Name="BootstrapIconName.Search" Color="BootstrapIconColor.Primary" Size="BootstrapIconSize.XXLarge" /></td>
3636
</tr>
3737
</tbody>
3838
</table>

0 commit comments

Comments
 (0)