# ParserCard

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `parser` | `unknown` | ✓ | - |
| `color` | `string` | ✓ | - |
| `bg` | `string` | ✓ | - |
| `border` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ParserCard_261c8a8d["ParserCard"]
    class component_ParserCard_261c8a8d rootComponent
```

## Referenced By

- `LanguagesPage` (RENDERS)
