Navigation & Structure

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.

navigation-structurechatmediaimagescodesnippetsgallery

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 - Navigation & Structure Component | UILora