# ViewButton

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_ViewButton_2e580519["ViewButton"]
    class component_ViewButton_2e580519 rootComponent
```

## Referenced By

- `CodeParser` (RENDERS)
