Search by

bladewindui / popover

mkocansey

BladewindUI — Popover component

Package info

github.com/bladewindui/popover

Language:Blade

pkg:composer/bladewindui/popover

Statistics

Installs: 3

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v5.1.0 2026-09-10 00:47 UTC

This package is auto-updated.

Last update: 2026-09-10 00:48:53 UTC


README

License Packagist Version

BladewindUI

Popover

BladewindUI — Popover component.

Installation

composer require bladewindui/popover

Or install the full library:

composer require bladewindui/ui

Documentation

Full documentation, live demos, and all available attributes are at bladewindui.com.

Livewire

The popover's open/closed state lives outside the DOM it renders and resets to closed if a Livewire component re-renders it — wrap the trigger and popover in wire:ignore if they sit inside a component that re-renders for reasons unrelated to the popover itself. The component guards against a Livewire re-render creating a duplicate popover instance or duplicate document click listeners, so re-renders no longer leak listeners.

License

MIT — see the LICENSE file.