# `Cinder.Renderers.BulkActions`
[🔗](https://github.com/sevenseacat/cinder/blob/v0.16.0/lib/cinder/renderers/bulk_actions.ex#L1)

Shared bulk actions component used by Table, List, and Grid renderers.

Supports themed buttons via `label`/`variant` attributes, or custom rendering
via inner content. See the [Advanced Features guide](advanced.md#selection--bulk-actions)
for comprehensive documentation.

# `render`

Renders bulk action buttons when selectable is enabled and slots are provided.

## Required assigns
- `selectable` - Boolean indicating if selection is enabled
- `selected_ids` - MapSet of selected record IDs
- `bulk_action_slots` - List of bulk_action slot definitions
- `theme` - Theme configuration map
- `myself` - LiveComponent reference for event targeting

---

*Consult [api-reference.md](api-reference.md) for complete listing*
