---
title: "Composites"
description: "Higher-level components (Card, FormField, CommandPalette, Chatbot, Dock, etc.) composed from primitives that add business logic and feature behavior."
category: "UI Components & Design System"
---

# Composites

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** UI Components & Design System · **Tier:** light · **Risk:** low — frontend only

Higher-level components (Card, FormField, CommandPalette, Chatbot, Dock, etc.) composed from primitives that add business logic and feature behavior.

**When to use:** Use when a UI need spans more than one primitive and carries app-specific behavior or layout.

## Docs

- [docs/blueprint/design/components.md](/docs/blueprint/design/components) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/blueprint/design/components.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/blueprint/design/components.md))

## Code

- `src/lib/components/composites/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/components/composites) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/components/composites))

## Proof

- [`/showcases/ui/components/composites`](/showcases/ui/components/composites)

---

_Machine-readable record: `ui-composites` in `mcp/patterns.registry.json`._
