empty-state component
npm install @vonage/vwc-empty-state> Empty states can display a wide variety of content. For example, they can include a list without list items, or a search that returns no results. Although these states aren’t typical, they should be designed to prevent confusion
more on empty state accessibility, by carbon design pattern
| Property | Attribute | Type |
| --------- | --------- | --------------------- |
| body | body | string \| undefined |
| heading | heading | string \| undefined |
| icon | icon | string \| undefined |