ComponentExtensions Class

Extensions for rendering ComponentBase items more efficiently.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
internal sealed class ComponentExtensions
Inheritance
Object    ComponentExtensions

Constructors

ComponentExtensionsInitializes a new instance of the ComponentExtensions class

Methods

RenderIcon(IconName) Renders a Icon without the need for component handling overhead. Should only be used for static icons that never change their state.
RenderIcon(IconName, IconColor) Renders a Icon without the need for component handling overhead. Should only be used for static icons that never change their state.

See Also