BulkActionBar
patternBulk action bar that appears when items are selected in a list or table. Shows selection count with select-all, action buttons, and a clear selection control. Includes minimal and extended variants. Composes Card, Row, Text, Chip, Button, and Divider.
Bulk action bar
Selection count with archive, move, delete actions and clear selection.
Minimal variant
Compact bar with just count and primary action.
Usage
Installation
API Reference
BulkActionBar props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Card | component | — | Filled surface container for the bar. |
Chip | component | — | Selection count indicator. |
Button | component | — | Action buttons (Archive, Move, Delete, Clear). |
Divider | component | — | Vertical separator between count and actions. |
Row | component | — | Horizontal layout for the bar. |
Text | component | — | Labels and helper text. |