Component | Name | Type | Description |
---|---|---|---|
OverflowMenu | idWrapper | String | Specify menu wrapper id |
OverflowMenu | idMenu | String | Specify menu id |
OverflowMenu | children | Node | Specify the element that needs a menu |
OverflowMenu | content | Node | Specify the element that needs a menu |
OverflowMenu | topRight | Boolean | Specify if the menu is located at the top right |
OverflowMenu | topLeft | Boolean | Specify if the menu is located at the top left |
OverflowMenu | bottomRight | Boolean | Specify if the menu is located at the bottom right |
OverflowMenu | bottomLeft | Boolean | Specify if the menu is located at the bottom left |
OverflowMenu | overflow | String | Specify if there is scrolling, default value: overflow-y-auto |
OverflowMenu | menu | Node | Specify menu items |
OverflowMenuItem | id | String | Specify item id key |
OverflowMenuItem | leftElement | Node | Specify the left element of the item |
OverflowMenuItem | label | String | Specify the label of the item |
OverflowMenuItem | children | Node | Specify the label of the item |
OverflowMenuItem | rightElement | Node | Specify the right element of the item |
OverflowMenuItem | badge | Boolean | Specify if there is a badge |
OverflowMenuItem | badgeContent | String | Specify badge content |
OverflowMenuItem | onClick | Function | Handling click events |