Useful states to indicate loading
<tk-loading message="Please wait"></tk-loading>
When the interface needs to communicate an element is loading we use <tk-loading>
.
This pattern is used when a label or title is necessary to accompany the loading indicator. An ellipsis is automatically added to the supplied message.
Property | Required? | Default | Description |
---|---|---|---|
message |
no | The message to display along with the loading indicator. An … will be automatically added to the end of the message. |