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

11 lines
177 B
Markdown
Raw Normal View History

2019-09-28 13:47:54 +08:00
# Placement
```html
<n-tooltip placement="top-start">
<template v-slot:activator>
<n-button>
2020-01-30 17:38:14 +08:00
Top Start
2019-09-28 13:47:54 +08:00
</n-button>
</template>
2020-01-30 17:38:14 +08:00
Woo, awesome!
2019-09-28 13:47:54 +08:00
</n-tooltip>
```