ComponentsBasicImageDisplay images with optional fallbackCopy MarkdownOpenExamples Basic ImagePreviewCode With SizingPreviewCode Schema interface ImageSchema { type: 'image'; src: string; alt?: string; width?: number | string; height?: number | string; fallback?: string; fit?: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down'; }IconDisplay icons from the Lucide icon librarySeparatorVisual divider between content sections