Media Chat

Chat message component for displaying images and code snippets. Features responsive image grid, code syntax highlighting, and interactive image preview with hover effects.

Main Features of Media Chat

How to Use Media Chat in Next.js

Installation Guide for Media Chat

Props

Customize the component with these props

PropertyTypeDefaultDescription
images
Array<{ url: string; alt?: string }>[]Array of image objects with URL and optional alt text.
codeSnippet
{ language: string; code: string; fileName: string }undefinedCode snippet object with language, code, and filename.
className
stringundefinedAdditional CSS classes for custom styling.
onImageClick
(index: number) => voidundefinedCallback function called when an image is clicked.
showCode
booleantrueWhether to display the code snippet.
Media Chat - React Chat UI & Messaging Interface | Uilora