mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-05 13:00:47 +08:00
11 lines
177 B
Markdown
11 lines
177 B
Markdown
# Placement
|
|
```html
|
|
<n-tooltip placement="top-start">
|
|
<template v-slot:activator>
|
|
<n-button>
|
|
Top Start
|
|
</n-button>
|
|
</template>
|
|
Woo, awesome!
|
|
</n-tooltip>
|
|
``` |