naive-ui/demo/documentation/components/tooltip/enUS/arrow.md

11 lines
175 B
Markdown
Raw Normal View History

2019-09-28 13:47:54 +08:00
# Arrow
```html
<n-tooltip arrow>
<template v-slot:activator>
<n-button>
hello tooltip
</n-button>
</template>
This is the contextual help
</n-tooltip>
```