naive-ui/demo/documentation/components/tooltip/enUS/maxWidth.md
2019-09-28 13:47:54 +08:00

524 B

Max Width

<n-tooltip :max-width="400" trigger="click">
  <template v-slot:activator>
    <n-button>
      hello tooltip
    </n-button>
  </template>
  I wish they all could be California girls. I wish they all could be California
  girls. I wish they all could be California girls.
</n-tooltip>
<n-tooltip :max-width="400" trigger="click">
  <template v-slot:activator>
    <n-button>
      hello tooltip
    </n-button>
  </template>
  I wish ...
</n-tooltip>
.n-button {
  margin: 0 12px 8px 0;
}