DropdownMenu
Popover Windows
DropdownMenu
Popover Windows
Basic Usage
DropdownMenu
Demo loads on client.
Navigation Styles
DropdownMenu (nav)
Demo loads on client.
API
TxDropdownMenu Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue | boolean | false | Description for modelValue. |
placement | DropdownPlacement | 'bottom-start' | Description for placement. |
offset | number | 6 | Description for offset. |
closeOnSelect | boolean | true | Description for closeOnSelect. |
minWidth | number | 220 | Description for minWidth. |
panelVariant | 'solid' | 'dashed' | 'plain' | 'solid' | Text(TxCard variant) |
panelBackground | 'blur' | 'glass' | 'mask' | 'glass' | Text(TxCard background) |
panelShadow | 'none' | 'soft' | 'medium' | 'soft' | Text(TxCard shadow) |
panelRadius | number | 18 | Description for panelRadius. |
panelPadding | number | 8 | Description for panelPadding. |
TxDropdownItem Props
| Prop | Type | Default | Description |
|---|---|---|---|
disabled | boolean | false | Description for disabled. |
danger | boolean | false | Description for danger. |
arrow | boolean | false | Description for arrow. |
Events
| Event | Params | Description |
|---|---|---|
select | - | Description for select. |
Was this helpful?