Popover

Popovers are useful for conveying information when an user clicks or hovers an element.

Example

Wrap both the popover's trigger element (such as an <i-button>) and the <template slot="body"> inside a <i-popover> component. Optionally, you can provide a popover header and footer using slot="header" and slot="footer".

Popover Example

Placement

Trigger popovers at the top, bottom, left or right of elements by adding the placement property to the <i-popover> element.

Each of the positions also has a -start or -end variant (top-start, top-end, bottom-start, bottom-end, etc.) that sets the popover to the start or end of the placement instead of centering it.

Popover Placement

Trigger type

You can use the trigger property to trigger the popover on hover or click. By default, popovers are triggered on click, a design decision made to improve user experience.

Popover Trigger Type

Sizes

You're able to use the size modifier to control the size of your popovers, using one of the available sizes: sm, md, and lg. The default size is set to md.

Popover Sizes

Variants

Inkline includes two predefined popover styles, each serving its own semantic purpose. You can set the style of a <i-popover> using the variant property, which can have a value of light or dark. By default, popovers use the light variant.

Popover Variants

Component API

Here you can find a list of the various customization options you can use for the popover component as props, as well as available slots and events.

Popover API

Sass Variables

Here you can find a list of the Sass variables you can use for the popover components. If you're looking to find common variables that these rely on, you should take a look at the Sass Variables page.

Popover