Chat UI api

Overview
API
Theme
Examples

NbChatComponent

Inputs

NameTypeDescription
sizeNbComponentSize

Chat size, available sizes: tiny, small, medium, large, giant

statusNbComponentOrCustomStatus

Chat status color (adds specific styles): basic (default), primary, success, info, warning, danger, control.

scrollBottomboolean

Scroll chat to the bottom of the list when a new message arrives

NbChatMessageComponent

Inputs

NameTypeDescription
customMessageDataany

Data which will be set as custom message template context

dateDate

Message send date

dateFormatstring

Message send date format, default 'shortTime'

filesNbChatMessageFile[]

Array of files { url: 'file url', icon: 'file icon class' }

latitudenumber

Map latitude

longitudenumber

Map longitude

messagestring

Message sender

quotestring

Quoted message text

senderstring

Message sender

typestring

Message type, available options text|file|map|quote

avatarstring

Message send avatar

replyboolean

Determines if a message is a reply

NbChatFormComponent

Inputs

NameTypeDescription
buttonIconstring

Send button icon, shown if buttonTitle is empty

buttonTitlestring

Send button title

dropFilePlaceholderstring

File drop placeholder text

dropFilesboolean

Show send button

messagestring

Predefined message text

messagePlaceholderstring

Message placeholder text

showButtonboolean

Show send button

Outputs

NameTypeDescription
onInputChangeEventEmitter<string>

Emits when message input value has been changed

sendEventEmitter<undefined>

NbChatCustomMessageDirective

Inputs

NameTypeDescription
nbCustomMessagestring

Defines a message type which should rendered with the custom message template.

nbCustomMessageNoStylesboolean

Disables generic message styles, such as round corners, text color, background, etc., so a custom message could be styled from the ground up.

Badge
Previous page
Calendar
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.