This component displays an animation within a parent component with the goal of conveying to the user the anticipation of a response after a specific action.
@using Astrol.Component.Basic.Load<div style="height:150px;width:150px;overflow:hidden;position:relative;border:1px solid var(--color-dark);"> <PartialLoad Status="statusPartialLoad" Icon="astrol-spin4" /></div>@code { private bool statusPartialLoad = true;}This component displays an animation within a parent component with the goal of conveying to the user the anticipation of a response after a specific action.
@using Astrol.Component.Basic.Load<AstrolLoad Status="statusLoad" />@code { private bool statusLoad = true;}