Feedback

Component

Dropdown

Contextual popover menus with support for headers, icon items, badges, separators, and danger actions.

Component Syntax

blade
<x-aura::dropdown>
    <x-slot:trigger>
        <x-aura::button>
            Options
        </x-aura::button>
    </x-slot:trigger>

    <x-aura::dropdown.item icon="user">
        Profile
    </x-aura::dropdown.item>
</x-aura::dropdown>

1. Action Menu

blade

2. Item Sizes

blade

3. Dropdown Checkbox Items

blade

Dropdown Props

Available properties and configurations for the dropdown menu component.

Prop Default Available Values

align

right
left right

width

56
44 48 56 64 72

Dropdown Item Props

Available properties and configurations for individual dropdown item components.

Prop Default Available Values

size

sm
xs sm md

variant

default
default danger

icon

null

string

badge

null

string

href

null

string

disabled

false
true false

Dropdown Checkbox Props

Available properties and configurations for toggleable dropdown checkbox components.

Prop Default Available Values

size

sm
xs sm md lg

label

null

string

checked

false
true false

disabled

false
true false

name

null

string

id

null

string