Skip to main content
The Image component renders an image. Use this component to add a logo or other visual brand identity asset, or to accentuate other content in the extension. Images cannot exceed the width of the extension’s container at various screen sizes, and values beyond that maximum width will not be applied to the image.
ui-extension-image-component

Props

Image guidelines

  • Supported types: the Image component supports the following file types: .jpg, .jpeg, .png, .gif, .svg, .webp.
  • Supported sources: the src prop specifies the source of the image, which can be a URL (shown above) or you can import the file if it’s included in your project. To import images, first add the files to your project, then import them by relative path (shown below). While there’s no specific file size limit for images bundled in projects, the total size of your project cannot exceed 50MB.
Last modified on March 29, 2026