<MessageDivider>
The <MessageDivider> component displays a divider between messages sent on different dates. It's also used to visually separate read messages from unread ones.
A collection of objects which are passed to all Chatbox theme components.
If true, this divider separates messages sent on two different dates.
If true, this divider separates unread messages from read ones.
The date timestamp when isDayMarker is true. Holds the number of milliseconds passed since the Unix Epoch.
In the default theme, the <MessageDivider> component is implemented as follows:
MessageDivider.jsJavaScript1// loading...