naive-ui/demo/documentation/components/tooltip/enUS/basic.md
2020-01-30 17:38:14 +08:00

11 lines
220 B
Markdown

# Basic
```html
<n-tooltip>
<template v-slot:activator>
<n-button>
Duck
</n-button>
</template>
If it looks like a duck, walks like a duck, and quacks like a duck...it must be a duck.
</n-tooltip>
```