### Popover positions `` popovers can have different positions. Use the `placement` props to set your popover placement. Available options are `top`, `top-end`, `bottom`, `bottom-end`, `left`, `left-end`, `right` and `right-end`. ```vue ```
Top Top End Bottom Bottom End Left Left End Right Right End