# Empty A component to display an empty state. ## Key Props - `title`: to set the title of the empty state. - `description`: to set the description of the empty state. - `icon`: to set the icon of the empty state. - `avatar`: to set the avatar of the empty state. - `actions`: to add some [Button](/docs/components/button) actions to the empty state. - `variant`: to change the variant of the empty state. - `size`: to change the size of the empty state. ## Usage ```vue /> ```