diff --git a/BlazorBootstrap.Demo.Hosted/Server/Pages/_Host.cshtml b/BlazorBootstrap.Demo.Hosted/Server/Pages/_Host.cshtml index 1790a78cf..fd2306ffd 100644 --- a/BlazorBootstrap.Demo.Hosted/Server/Pages/_Host.cshtml +++ b/BlazorBootstrap.Demo.Hosted/Server/Pages/_Host.cshtml @@ -21,19 +21,20 @@ + + - - - - + + - + diff --git a/docs/docs/03-content/icons.md b/docs/docs/03-content/icons.md index 163aaf361..c1600be7a 100644 --- a/docs/docs/03-content/icons.md +++ b/docs/docs/03-content/icons.md @@ -18,7 +18,7 @@ Blazor Bootstrap icon component will display an icon from any icon font. - Include the icon fonts stylesheet in your website `
` or `@import` in CSS from CDN. ``` - + ``` ## Parameters @@ -31,7 +31,7 @@ Blazor Bootstrap icon component will display an icon from any icon font. | Size | `IconSize` | Gets or sets the icon size. | | `IconSize.None` | 1.0.0 | :::caution NOTE -Either `Name` or `CustomIconName` parameter is mandatory. +Either `Name` or `CustomIconName` parameter is mandatory. For **Font Awesome** setup, please follow the **Font Awesome** website. ::: ## Examples @@ -60,6 +60,21 @@ Either `Name` or `CustomIconName` parameter is mandatory. ``` [See icons with different size demo here.](https://demos.blazorbootstrap.com/icons#sizes) +### Font awesome icons + +In the following example, we used **Font Awesome 6.4.2** free version icons. For Font Awesome setup, please follow the Font Awesome website. + + + +```cshtml {} showLineNumbers +