# XWUIDashboardFilterBar

A global dashboard filter bar: dimension/segment dropdowns, a date-range trigger, a "Clear all" action, and an optional "Save view" button. This is the control surface that narrows what every widget on a dashboard shows.

## Basic Usage

A filter bar with two dimension dropdowns and a date-range trigger.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A filter bar with two dimension dropdowns and a date-range trigger.
```

## With Save View

Pre-applied filters show the active-count badge and enable "Clear all"; `showSaveView` adds a "Save view" button.

```example
file: examples/WithSaveView.ts
html: examples/WithSaveView.html
title: With Save View
description: Pre-applied filters show the active-count badge and enable "Clear all"; showSaveView adds a "Save view" button.
```

## API

```api
```
