BootstrapIconUtility Class

Utility class for Bootstrap icons.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static class BootstrapIconUtility
Inheritance
Object    BootstrapIconUtility

Methods

Icon Returns the CSS class for the specified icon name.

Fields

IconCssNames All available Bootstrap icons and their respective CSS class names.
IconPrefix The prefix for all Bootstrap icons.
IconSizeClassMap Returns the CSS class for the specified icon size.

See Also