Class Skeleton

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,Skeleton>, ElementClassListMethods<HTMLElement,Skeleton>, ElementConsumerMethods<HTMLElement,Skeleton>, ElementContainerMethods<HTMLElement,Skeleton>, ElementEventMethods<HTMLElement,Skeleton>, ElementIdMethods<HTMLElement,Skeleton>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement,Skeleton>, HTMLElementDataMethods<HTMLElement,Skeleton>, HTMLElementStyleMethods<HTMLElement,Skeleton>, HTMLElementVisibilityMethods<HTMLElement,Skeleton>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Skeleton>, Component

public class Skeleton extends BaseComponent<HTMLElement,Skeleton>
A skeleton is a type of loading state that allows you to expose content incrementally. For content that may take a long time to load, use a progress bar in place of a skeleton.
See Also: