# ColumnsList

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `boardId` | `string` | ✓ | - |
| `columns` | `BoardColumnLite[]` | ✓ | - |
| `onEdit` | `Function` | ✓ | - |
| `onReorder` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ColumnsList_668bb1f6["ColumnsList"]
    class component_ColumnsList_668bb1f6 rootComponent
```

## Relationships

- RENDERS → `Bars3Icon`
- RENDERS → `PencilIcon`
- USES_HOOK → `useState`

## Referenced By

- `BoardSettingsDialog` (RENDERS)
