@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A single chat message bubble with optional avatar, sender name, content, and timestamp.

    The bubble adjusts its visual alignment and styling based on the isMine input — right-aligned with accent colour for the current user, left-aligned with a neutral surface for others.

    <ui-message-bubble [message]="msg" [isMine]="false" />
    

    Type Parameters

    • M = unknown
    Index

    Constructors

    Properties

    Constructors

    Properties

    isMine: InputSignal<boolean> = ...

    Whether this message belongs to the current user.

    message: InputSignal<ChatMessage<M>> = ...

    The message to render.