Skip to contentSkip to content

ChatMessageInlineMeta API

API reference docs for the React ChatMessageInlineMeta component. Learn about the props, CSS, and other APIs of this exported module.

Demos

Import

import { ChatMessageInlineMeta } from '@mui/x-chat/ChatMessage';
// or
import { ChatMessageInlineMeta } from '@mui/x-chat';

Learn about the difference by reading this guide on minimizing bundle size.



Wrapper that renders a spacer + the MessageMeta absolutely positioned at the bottom-right of the parent bubble. Uses the Telegram-style "spacer + absolute positioning" trick so the meta appears inline with short text and at the bottom-right for long text.

Must be rendered inside a bubble with position: relative.

Props

NameTypeDescription
The component cannot hold a ref.

Source code

If you did not find the information in this page, consider having a look at the implementation of the component for more detail.