BootstrapIconUtility Class

Utility class for Bootstrap icons.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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