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

11 lines
195 B
Markdown
Raw Normal View History

2019-09-28 13:47:54 +08:00
# Fix Width
```html
<n-tooltip placement="top-start">
<template v-slot:activator>
<n-button>
hello tooltip
</n-button>
</template>
This is the contextual help
</n-tooltip>
```