> ## 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.

# EquaChip

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

# EquaChip

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

## Purpose

Compact tag-style selections and metadata labels.

## Storybook

| Story               | Reference                                                                      |
| ------------------- | ------------------------------------------------------------------------------ |
| Default             | [Storybook](http://localhost:6006/?path=/story/equa-chip--default)             |
| Variants            | [Storybook](http://localhost:6006/?path=/story/equa-chip--variants)            |
| Colors              | [Storybook](http://localhost:6006/?path=/story/equa-chip--colors)              |
| Sizes               | [Storybook](http://localhost:6006/?path=/story/equa-chip--sizes)               |
| With Icon           | [Storybook](http://localhost:6006/?path=/story/equa-chip--with-icon)           |
| Deletable           | [Storybook](http://localhost:6006/?path=/story/equa-chip--deletable)           |
| Clickable           | [Storybook](http://localhost:6006/?path=/story/equa-chip--clickable)           |
| Selectable Single   | [Storybook](http://localhost:6006/?path=/story/equa-chip--selectable-single)   |
| Selectable Multiple | [Storybook](http://localhost:6006/?path=/story/equa-chip--selectable-multiple) |
| Status Chips        | [Storybook](http://localhost:6006/?path=/story/equa-chip--status-chips)        |
| Tag Input           | [Storybook](http://localhost:6006/?path=/story/equa-chip--tag-input)           |
| All Variants        | [Storybook](http://localhost:6006/?path=/story/equa-chip--all-variants)        |

## API And Props

| Prop or Control | Source            | Notes                                |
| --------------- | ----------------- | ------------------------------------ |
| `variant`       | Storybook control | See source story for accepted values |
| `color`         | Storybook control | See source story for accepted values |
| `size`          | Storybook control | See source story for accepted values |
| `disabled`      | Storybook control | See source story for accepted values |

Sources:

* `equa-patternlib-nextjs/src/components/chip/chip.tsx`, Line: 9
* `equa-patternlib-nextjs/src/components/chip/index.ts`
* `equa-patternlib-nextjs/stories/EquaChip.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-chip/equa-chip--all-variants-equa.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=5dfe0fc506498990473ed6b8a14df3df" alt="EquaChip dark theme" width="1366" height="900" data-path="images/design-system/components/equa-chip/equa-chip--all-variants-equa.png" />          |
| Light theme     | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-chip/equa-chip--all-variants-light.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=e7ea68e4f730d7e4dec0cf0f4f4c25fd" alt="EquaChip light theme" width="1366" height="900" data-path="images/design-system/components/equa-chip/equa-chip--all-variants-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.
