Class BOBInputLoading
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
public class BOBInputLoading : ComponentBase
- Inheritance
-
objectComponentBaseBOBInputLoading
Constructors
BOBInputLoading()
public BOBInputLoading()
Properties
Loading
When true, the component shows a loading indicator.
[Parameter]
public bool Loading { get; set; }
Property Value
- bool
LoadingIndicatorVariant
[Parameter]
public BOBLoadingIndicatorVariant LoadingIndicatorVariant { get; set; }
Property Value
Size
Visual size of the component.
[Parameter]
public BOBSize Size { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder