Pular para o conteúdo principal

ImageComponent

Callable


  • VisualContent renderer component that renders image type blocks as a responsive image along with its caption (if defined). Optionally wraps the image in an anchor if a link is defined in the content.

    See the guide page on the VisualContent component to learn how to customize block renderer components like this one.

    This component also supports an optional sizes prop to provide better image responsiveness, see the guide page on responsive images to learn more.


    Parameters

    Returns null | ReactElement<any, any>