Skip to content

Message Status Bar

<tpg-message-status-bar></message-status-bar>

Message Status Bar is used to describe the current stauts of sending or receiving Message function.

Component behavior

The message status bar takes up all horizontal space available by default. It has no interactivity.

Examples

Tables

Properties

Attribute Property Description Type Default Value
message-status messageStatus Status of the Message function. 'received' | 'sending' | 'delivered' | 'error' | 'no-message' 'received'
direction direction Which direction the progress bar should go. 'leading' | 'trailing' | 'mid-leading' | 'mid-trailing' 'leading'
value value A number between 0-100 to determine the progress status. 0 meaning no progress, 100 meaning finished. number 0

Events

Event name Reactjs attribute Description
No events found.

Functions

Name Description Arguments
No functions found.

Slots

Name Description
No slots found.

CSS Parts

Attribute Description
No CSS parts found.

Sandbox