Skip to main content English Español Claro Oscuro Sistema

Empty State

<gstock-empty-state> | GstockEmptyState

API

Propiedades

Nombre Descripción Reflects Tipo Por defecto
alt Alternative text description of the image. string -
header Title that briefly describes the page to the user. string -
description Additional description text displayed below the header. string | undefined -
headingLevel The heading level of the header element (1–6). Defaults to 4. 1 | 2 | 3 | 4 | 5 | 6 4
imageUrl The url of image that will be shown above the title, fed directly into the src prop of an element. string | undefined -
imageWidth The width of the image in pixels. number | undefined -
imageHeight The height of the image in pixels. number | undefined -
maxImageWidth The maximum width of the image in pixels. number | undefined -
maxImageHeight The maximum height of the image in pixels. number | undefined -
updateComplete

A read-only promise that resolves when the component has finished updating.

Aprende más sobre atributos y propiedades .

Partes

Nombre Descripción
base The empty state’s base part.
image The empty state’s image.
header The empty state’s header.
description The empty state’s description.

Aprende más sobre partes CSS .