Image

An image component that renders in the Square Dashboard. The content security policy for images should be applied. For more information, see Content security policy.

Component render

Screenshot of the input Dashboard Add-Ons UI component

<Image
  alt="A placeholder image"
  src="https://images.ctfassets.net/1nw4q0oohfju/BGeJ0KhGH7lgUql4yAv7f/833fa8e86afd3f26ad8e346a2bf3880b/placeholder.png?fm=webp"
/>

Properties

Property Type Description
alt string Required. The alt text of the image.
src string Required. The source of the image.
height string The height of the image.
title string The title of the string.
width string The width of the image.