IllustratedMessage
An IllustratedMessage displays an illustration and a message, usually for an empty state or an error page.
size
orientation
API
<IllustratedMessage>
<Illustration />
<Heading />
<Content />
<ButtonGroup />
</IllustratedMessage>
IllustratedMessage
Name | Type | Default |
---|---|---|
styles | StylesPropWithHeight | Default: — |
Spectrum-defined styles, returned by the style() macro. | ||
children | ReactNode | Default: — |
The content to display in the IllustratedMessage. | ||
size | 'S'
| 'M'
| 'L' | Default: 'M'
|
The size of the IllustratedMessage. | ||
orientation | 'horizontal' | 'vertical' | Default: 'vertical'
|
The direction that the IllustratedMessage should be laid out in. | ||