# Select

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `label` | `string` | ✓ | - |
| `value` | `string` | ✓ | - |
| `onChange` | `Function` | ✓ | - |
| `options` | `Array` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_Select_2eea87b4["Select"]
    class component_Select_2eea87b4 rootComponent
```

## Referenced By

- `FilterBar` (RENDERS)
