# TabButton

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `unknown` | ✓ | - |
| `active` | `boolean` | ✓ | - |
| `onClick` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_TabButton_23277783["TabButton"]
    class component_TabButton_23277783 rootComponent
```

## Referenced By

- `ParsingResults` (RENDERS)
