C# Class Append.Blazor.Fast.Components.Badge

The Badge component is used to highlight an item and attract attention or flag status, such as “New”, “Sale”, or other short phrases or a number to represent unread messages, updates available, etc..
Inheritance: FastComponent
Show file Open project: Append-IT/Blazor.Fast

Protected Methods

Method Description
BuildRenderTree ( RenderTreeBuilder builder ) : void

Method Details

BuildRenderTree() protected method

protected BuildRenderTree ( RenderTreeBuilder builder ) : void
builder RenderTreeBuilder
return void