naive-ui/demo/documentation/components/popover/enUS/width.md

182 B

Width

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