Enum LoadingMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Visual mode used while Loading is on. Skeleton renders animated row placeholders for a smoother UX than the default spinner — pair with remote loading where the row count is known up front.
public enum LoadingMode
Fields
Skeleton = 1Animated rows / cards with placeholder lines.
Spinner = 0Inline spinner / loader content.