# Basic
```html
<n-empty description="You can't find anything">
<template v-slot:extra>
<n-button size="small">Find Something New</n-button>
</template>
</n-empty>
```