# BoardListCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/settings/issues/boards/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/settings/issues/boards/page.tsx#L302)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `board` | `BoardSummary` | ✓ | - |
| `onSettings` | `Function` | ✓ | - |
| `onDuplicate` | `Function` | ✓ | - |
| `onDelete` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_BoardListCard_35986edf["BoardListCard"]
    class component_BoardListCard_35986edf rootComponent
```

## Relationships

- RENDERS → `Link`
- RENDERS → `EllipsisHorizontalIcon`
- RENDERS → `MenuItem`
- RENDERS → `Cog6ToothIcon`
- RENDERS → `DocumentDuplicateIcon`
- RENDERS → `TrashIcon`
- USES_HOOK → `useState`

## Referenced By

- `BoardsIndexContent` (RENDERS)
