Learn about the EmptyState component for use in UI extensions.
EmptyState
component sets the content that appears when the extension is in an empty state. Use this component when there’s no content or data to help guide users.
Prop | Type | Description |
---|---|---|
flush | Boolean | When set to true , removes the default vertical margins for the component. By default, set to false . |
imageWidth | Number | The max-width for the image container. By default, set to 250 . |
layout | 'horizontal' (default) | 'vertical' | The layout direction of the content. |
reverseOrder | Boolean | When set to true , swaps out the visual order of the text (primary) and image (secondary) content. This ensures that the primary content is presented first to screen readers. By default, set to false . |
title | String | The text for the title header. |