# FilterButton

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `active` | `boolean` | ✓ | - |
| `onClick` | `Function` | ✓ | - |
| `count` | `number` | ✓ | - |
| `variant` | `unknown | unknown | unknown` | - | - |
| `children` | `unknown` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_FilterButton_6084db22["FilterButton"]
    class component_FilterButton_6084db22 rootComponent
```

## Referenced By

- `SuggestionPanel` (RENDERS)
