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

169 B

Basic

<n-tooltip>
  <template v-slot:activator>
    <n-button>
      hello tooltip
    </n-button>
  </template>
  This is the contextual help
</n-tooltip>