Skip to content

Tooltips and Popovers

Vlad Shusterman edited this page Apr 28, 2018 · 28 revisions

Components

  • Tooltip
  • Popover

Let's break them apart: ###Tooltip

<v-popover>
  <!-- This will be the popover target (for the events and position) -->
  <button>Click me</button>
  <!-- This will be the content of the popover -->
  <MyAwesomeComponent slot="popover"/>
</v-popover>
Clone this wiki locally