# QuickActionButton

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `icon` | `unknown` | ✓ | - |
| `label` | `string` | ✓ | - |
| `onClick` | `Function` | - | - |
| `disabled` | `boolean` | - | - |

## Diagram

```mermaid
graph TD
    component_QuickActionButton_74cffc6c["QuickActionButton"]
    class component_QuickActionButton_74cffc6c rootComponent
```

## Referenced By

- `PromptInput` (RENDERS)
