# SortControl

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `value` | `SortOption` | ✓ | - |
| `onChange` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SortControl_65f325c3["SortControl"]
    class component_SortControl_65f325c3 rootComponent
```

## Relationships

- RENDERS → `BarsArrowDownIcon`
- RENDERS → `BarsArrowUpIcon`
- USES_HOOK → `useState`
