# XWUIBarBulkAction

Toolbar that appears when multiple items are selected for bulk operations

## Basic Usage

XWUIBarBulkAction Component Toolbar that appears when multiple items are selected for bulk operations.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIBarBulkAction Component Toolbar that appears when multiple items are selected for bulk operations.
```

## Many Selected

A bar showing 42 selected items with Export, Archive, and a destructive Delete action.

```example
file: examples/ManySelected.ts
html: examples/ManySelected.html
title: Many Selected
description: A bar showing 42 selected items with Export, Archive, and a destructive Delete action.
```

## With Clear

A selection bar paired with an external "Deselect all" button that calls setSelectedCount(0) to clear it.

```example
file: examples/WithClear.ts
html: examples/WithClear.html
title: With Clear
description: A selection bar paired with an external "Deselect all" button that calls setSelectedCount(0) to clear it.
```

```api
```
