# XWUIDashboardExportToolbar

A small toolbar of export actions (CSV, PNG, PDF, copy share-link) that shows an inline spinner while an async export runs. The host supplies the actual export work through `setExportHandler`; the component only owns the button states, timing, and clipboard copy for the share link.

## Basic Usage

The default CSV/PNG/PDF/share buttons wired to a host export handler that resolves after a short delay.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: The default CSV/PNG/PDF/share buttons wired to a host export handler that resolves after a short delay.
```

## Handling Failures

A handler that fails for PDF exports, showing the error state and inline banner, alongside a successful share-link copy.

```example
file: examples/HandlingFailures.ts
html: examples/HandlingFailures.html
title: Handling Failures
description: A handler that rejects for PDF exports to demonstrate the error state and inline banner, alongside a successful share-link copy.
```

## API

```api
```
