PatternBrowse pattern components
Bulk action bar
Sticky bar that appears when rows are selected. Holds bulk actions.
Live preview
Usage
Adapters:React stableVue stable
index.html
<div class="lm-bulk-bar" aria-live="polite">…</div>CSS classes (1)
| Class | Description |
|---|---|
lm-bulk-bar | Primary-tinted action ribbon |
React props (1)
| Prop | Type | Default | Description |
|---|---|---|---|
count | number | — | — |
Accessibility
- Use aria-live='polite' to announce selection changes.
Spotted something wrong? Edit this entry on GitHub.