BootstrapIconUtility Class

Utility class for Bootstrap icons.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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