Search by

bladewindui / dropmenu

mkocansey

BladewindUI — Dropdown menu component

Package info

github.com/bladewindui/dropmenu

Language:Blade

pkg:composer/bladewindui/dropmenu

Statistics

Installs: 3

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-09-10 00:49:29 UTC


README

License Packagist Version

BladewindUI

Dropdown Menu

BladewindUI — Dropdown menu component.

Installation

composer require bladewindui/dropmenu

Or install the full library:

composer require bladewindui/ui

Documentation

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

Livewire

The menu'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 menu in wire:ignore if they sit inside a component that re-renders for reasons unrelated to the menu itself. The component guards against a Livewire re-render creating a duplicate menu instance or duplicate document click listeners, so re-renders no longer leak listeners.

License

MIT — see the LICENSE file.