> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equa.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# EquaChatCompose

> Design system reference for EquaChatCompose, including Storybook, Figma, screenshots, and usage guidance

# EquaChatCompose

> **Last Verified:** 2026-05-20 | **Storybook source:** `equa-patternlib-nextjs/stories/EquaChatCompose.stories.tsx`, Line: 6

## Purpose

Gateway-aligned composer controls for prompt entry and send actions.

## Storybook

| Story            | Reference                                                                          |
| ---------------- | ---------------------------------------------------------------------------------- |
| Default          | [Storybook](http://localhost:6006/?path=/story/equa-chatcompose--default)          |
| With Value       | [Storybook](http://localhost:6006/?path=/story/equa-chatcompose--with-value)       |
| Disabled         | [Storybook](http://localhost:6006/?path=/story/equa-chatcompose--disabled)         |
| With Attachments | [Storybook](http://localhost:6006/?path=/story/equa-chatcompose--with-attachments) |
| Interactive      | [Storybook](http://localhost:6006/?path=/story/equa-chatcompose--interactive)      |

## API And Props

| Prop or Control | Source                            | Notes                                 |
| --------------- | --------------------------------- | ------------------------------------- |
| UNVERIFIED      | Not exposed in Storybook argTypes | Review component TypeScript interface |

Sources:

* `equa-patternlib-nextjs/src/components/chatcompose/chatcompose.tsx`, Line: 5
* `equa-patternlib-nextjs/stories/EquaChatCompose.stories.tsx`, Line: 6

## Figma

UNVERIFIED -- requires Figma node assignment

## Screenshots

| State           | Asset                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Equa dark theme | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-chat-compose/equa-chatcompose--default-equa.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=e602eb51dc15544e524f203e1e7b34a6" alt="EquaChatCompose dark theme" width="1366" height="900" data-path="images/design-system/components/equa-chat-compose/equa-chatcompose--default-equa.png" />          |
| Light theme     | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-chat-compose/equa-chatcompose--default-light.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=36aaba3dcff2682b76d1e65a94b37436" alt="EquaChatCompose light theme" width="1366" height="900" data-path="images/design-system/components/equa-chat-compose/equa-chatcompose--default-light.png" /> |

## Usage Notes

* Prefer this component over local one-off UI for matching product states.
* Keep new variants represented in Storybook before adding docs references here.
* Use token-backed colors, spacing, radius, and shadows from [Foundations](/architecture/design-system/foundations).

## Accessibility Notes

* Preserve keyboard and focus behavior from the source component.
* Any icon-only controls must provide an accessible label in consuming product code.
* Validate color contrast in both Equa dark and light theme screenshots before release.
