Dropdown Menu

Floating menu for displaying a list of actions or options.

TailwindCSS
Alpine.js

Usage

1. Add the script to your page/layout:

// Option A: All components (recommended)
@utils.ComponentScripts()

// Option B: Just DropdownMenu
@components.DropdownMenuScript()

2. Use the component:

@components.DropdownMenu(components.DropdownMenuProps{...})

Examples

With Icons

Advanced