# Chip

**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#L279)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `label` | `string` | ✓ | - |
| `value` | `string` | ✓ | - |
| `onRemove` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_Chip_157f3617["Chip"]
    class component_Chip_157f3617 rootComponent
```

## Relationships

- RENDERS → `XMarkIcon`

## Referenced By

- `ActiveFilterChips` (RENDERS)
