Fixed bottom-center bulk-action bar for table row selections
| Prop | Type | Default | Description |
|---|---|---|---|
count | number | 0 | Selected item count (bar hidden when 0) |
actions | ActionButton[] | [] | Action buttons shown in the bar |
dropdowns | ActionDropdown[] | [] | Dropdown menus shown after buttons |
loading | boolean | false | Disables buttons and shows spinner |
onClear | () => void | - | Clear selection callback |