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

A Skeleton is used as a visual placeholder for an element while it is in a loading state and usually presents itself as a simplified wireframe-like version of the UI it is representing.
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