---
name: react-component-composition
description: "Define component boundaries, props and slots."
---

# React Component Composition

For substantial web work, reuse the [scoped web contract](../website-operating-rules/references/scoped-web-contract.md) when available; it replaces duplicated policy here. Match the requested scope and existing decisions; a missing optional sibling does not block this local procedure.

## Use This Skill

Use this skill to compose reusable react sections and primitives without overengineering.

## Required Reference

Read [references/react-component-composition-guide.md](references/react-component-composition-guide.md) before making architectural or visible UI changes with this skill.
