# FilterPopover

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Boards/BoardFilters.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Boards/BoardFilters.tsx#L295)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `anchorRect` | `DOMRect` | ✓ | - |
| `filters` | `BoardFiltersState` | ✓ | - |
| `options` | `ReturnType` | ✓ | - |
| `onChange` | `Function` | ✓ | - |
| `onClose` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_FilterPopover_7619f95e["FilterPopover"]
    class component_FilterPopover_7619f95e rootComponent
```

## Relationships

- RENDERS → `FilterSection`
- RENDERS → `CheckIcon`
- RENDERS → `AssigneeRow`
- USES_HOOK → `useRef`
- USES_HOOK → `useEffect`

## Referenced By

- `BoardFiltersButton` (RENDERS)
