2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-12 12:25:16 +08:00
naive-ui/demo/documentation/components/popover/enUS/width.md
2020-01-30 17:38:14 +08:00

200 B

Width

<n-popover :width="500">
  <template v-slot:activator>
    <n-button style="margin:0;">
      Width 500px
    </n-button>
  </template>
  <span>Looks like a bar</span>
</n-popover>