-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
BlazorBootstrap.Demo.RCL/Pages/Icons/Icon_Demo_01_Examples.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<Icon Name="IconName.Alarm" /> | ||
<Icon Name="IconName.AlarmFill" /> | ||
<Icon Name="IconName.Window" /> | ||
<Icon Name="IconName.Apple" /> | ||
<Icon Name="IconName.Apple" /> |
6 changes: 6 additions & 0 deletions
6
BlazorBootstrap.Demo.RCL/Pages/Icons/Icon_Demo_03_Font_Awesome_Icons.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Icon CustomIconName="fa-solid fa-hands-clapping" Size="IconSize.x1" /> | ||
<Icon CustomIconName="fa-solid fa-hands-clapping" Size="IconSize.x2" /> | ||
<Icon CustomIconName="fa-solid fa-hands-clapping" Size="IconSize.x3" /> | ||
<Icon CustomIconName="fa-solid fa-hands-clapping" Size="IconSize.x4" /> | ||
<Icon CustomIconName="fa-solid fa-hands-clapping" Size="IconSize.x5" /> | ||
<Icon CustomIconName="fa-solid fa-hands-clapping" Size="IconSize.x6" /> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
BlazorBootstrap.Demo.RCL/Pages/Icons/Icon_Demo_07_C_Button_With_Font_Awesome_Icon.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Button Color="ButtonColor.Secondary" TooltipTitle="Compare code"> | ||
<Icon CustomIconName="fa-solid fa-code-compare"/> | ||
</Button> | ||
<Button Color="ButtonColor.Secondary" TooltipTitle="Create pull request"> | ||
<Icon CustomIconName="fa-solid fa-code-pull-request" /> | ||
</Button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,8 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" /> | ||
<link href="css/demo.css" rel="stylesheet" /> | ||
<link href="BlazorBootstrap.Demo.WebAssembly.styles.css" rel="stylesheet" /> | ||
<!-- Font Awesome --> | ||
<script src="https://kit.fontawesome.com/42379982c2.js" crossorigin="anonymous"></script> | ||
|
||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-60QGZHW8TG"></script> | ||
|