Skip to content

The Font Awesome icon library packaged as Blazicons, SVG icon components for Blazor.

License

Notifications You must be signed in to change notification settings

kyleherzog/Blazicons.FontAwesome

Repository files navigation

Blazicons.FontAwesome

Provides the Font Awesome icon library packaged as Blazicons, SVG icon components for Blazor.

Check out the Demo Site.

Nuget

Build Status

Getting Started

To get started using the Font Awesome Blazicons, just install the Blazicons.FontAwesome NuGet package.

Next add the Blazicons reference to the _Imports.razor file in the Blazor project.

@using Blazicons

Finally, add the Blazicon components to your Blazor pages/components.

<Blazicon Svg="FontAwesomeRegularIcon.Calendar"></Blazicon>
<Blazicon Svg="FontAwesomeSolidIcon.Baseball"></Blazicon>

Parameters & Styling

See the Blazicons documentation for details on parameters and styling.

Credits

Thanks to the creators of Font Awesome

About

The Font Awesome icon library packaged as Blazicons, SVG icon components for Blazor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages