Dropdown Menu Node
v1.0.0A menu that opens when you click a button to select an option.
Interactive Implementation
Click the button to open the dropdown and select an option.
Callback Registered: "None"
Properties API
All available props for this component.
| Property | Type | Default | Description |
|---|---|---|---|
| label | ReactNode | required | The button click target node label text visible within the trigger canvas. |
| items | DropdownItem[] | required | An array of configuration nodes mapping to row indices displayed in the dropdown portal menu. |
| onSelect | (item: DropdownItem) => void | required | Callback triggered instantly upon choosing a valid selectable action point row item. |
| align | "left" | "right" | "left" | Controls horizontal alignment vectors bounding edge metrics for the floating popover container. |
| variant | "default" | "secondary" | "default" | Changes structural density canvas formatting, borders, and hover color weights. |