Messages

Messages Props

Name
Type
Default
Description

component

string

'div'

Component's HTML Element

Message Props

Name
Type
Default
Description

avatar

string

Message user's avatar URL

colors

object

colors.bubbleReceivedIos

string

'bg-[#e5e5ea] dark:bg-[#252525]'

colors.bubbleReceivedMd

string

'dark:bg-md-dark-surface-variant bg-[#e5e5ea]'

colors.bubbleSentIos

string

'bg-primary'

colors.bubbleSentMd

string

'bg-md-light-primary dark:bg-md-dark-primary dark:text-md-dark-on-primary'

colors.messageNameIos

string

'text-black text-opacity-45 dark:text-white dark:text-opacity-45'

colors.messageNameMd

string

'text-md-light-on-surface-variant dark:text-md-dark-on-surface-variant'

colors.messageSent

string

'text-white'

component

string

'div'

Component's HTML Element

footer

string

Content of the Message footer

header

string

Content of the Message header

id

string

Message id attribute

name

string

Message name

text

string

Message text

textFooter

string

Message footer text

textHeader

string

Message header text

type

string

'sent'

Message Slots

Name
Description

avatar

Message user's avatar URL

footer

Content of the Message footer

header

Content of the Message header

MessagesTitle Props

Name
Type
Default
Description

colors

object

colors.titleMd

string

'text-md-light-on-surface-variant dark:text-md-dark-on-surface-variant'

component

string

'div'

Component's HTML Element

Examples

Last updated