# SymbolList

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `symbols` | `Symbol[]` | ✓ | - |
| `onSymbolClick` | `Function` | - | - |
| `selectedSymbol` | `Symbol` | - | - |
| `className` | `string` | - | "" |

## Diagram

```mermaid
graph TD
    component_SymbolList_40b58770["SymbolList"]
    class component_SymbolList_40b58770 rootComponent
```

## Relationships

- RENDERS → `FilterButton`
- RENDERS → `SymbolIcon`
- USES_HOOK → `useState`
- USES_HOOK → `useMemo`
