naive-ui/demo/documentation/components/empty/enUS/basic.md

9 lines
165 B
Markdown
Raw Normal View History

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