# FilterChips

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `filters` | `DocumentFilters` | ✓ | - |
| `onRemoveFilter` | `Function` | ✓ | - |
| `onClearAll` | `Function` | ✓ | - |
| `categoryName` | `string` | - | - |
| `projectName` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_FilterChips_62faa03d["FilterChips"]
    class component_FilterChips_62faa03d rootComponent
```

## Relationships

- RENDERS → `AnimatePresence`
- RENDERS → `motion-div`
- RENDERS → `XMarkIcon`
- RENDERS → `motion-button`
