MessageReminderHeader
Renders the reminder header in MessageList. This is the default component for the MessageReminderHeader prop.
Best Practices
- Keep reminder copy concise and scannable.
- Preserve translation keys for reminder state and duration text.
- Avoid expensive computations in the header render.
- Keep visual style aligned with other message headers.
- Override via
Channelprop for centralized customization.
Props
MessageReminderHeader accepts optional derived values when overridden:
| Prop | Description | Type |
|---|---|---|
timeLeftMs | Remaining reminder duration in milliseconds. | number |
isReminderTimeLeft | Whether reminder time is still remaining. | boolean |