Await
A component that displays temporary content while waiting for data to load.
Usage
An Await
takes a Loaded
property. This determines whether temporary content should be displayed or not.
As such, when paired with a Skeleton
, it makes an especially powerful tool for displaying loading states.
Properties
Loaded
Loaded
Type
luau
Code block has not loaded. An error may have occurred.
TemporaryContent
TemporaryContent
Type
luau
Code block has not loaded. An error may have occurred.
Children
Children
Type
luau
Code block has not loaded. An error may have occurred.