TelerikSkeleton
Class
A component that shows a placeholder while content is loading. Supports shape via SkeletonShapeType (Text/Circle/Rectangle), animation via SkeletonAnimationType.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TelerikSkeleton : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikSkeleton
Implements:
Inherited Members
Constructors
C#
public TelerikSkeleton()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
Defines the skeleton animation type. Default value is Pulse.
C#
[Parameter]
public SkeletonAnimationType AnimationType { get; set; }
Defines the skeleton shape type. Default value is Text .
C#
[Parameter]
public SkeletonShapeType ShapeType { get; set; }
Defines if the skeleton indicator is visible.
C#
[Parameter]
public bool Visible { get; set; }