Vue3 Popper screenshot

Vue3 Popper

Author Avatar Theme by Valgeirb
Updated: 23 May 2022
228 Stars

A Vue.js popover component based on PopperJS

Categories

Overview:

The vue3-popper is a popover component designed for Vue 3. It offers a convenient way to create popovers in Vue applications with various customizable features like placement options, offset settings, and event triggers.

Features:

  • Placement: Set the preferred placement of the popover.
  • Disable Click Away: Prevent the popover from closing when the user clicks away.
  • Offset Skid: Adjust the offset in pixels along the trigger element.
  • Hover Trigger: Activate the popover on hover.
  • Arrow Display: Show an arrow on the popover for visual indication.
  • Z-Index Control: Define the z-index of the popover for stacking order.
  • Locking Feature: Lock the popover in place to prevent dynamic flipping when space is limited.

Installation:

To install the vue3-popper component, you can use either npm or yarn. Here is how you can install it using npm:

npm install vue3-popper

If you prefer using yarn, you can install it with the following command:

yarn add vue3-popper

Summary:

The vue3-popper is a versatile popover component for Vue 3 that offers a range of features for creating customized popovers in Vue applications. With options for placement, offset adjustments, trigger events, and more, developers can easily integrate popovers into their projects with ease. The flexibility and functionality of vue3-popper make it a valuable addition to Vue 3 development workflows.