Composition Patterns

Design component APIs around composition — compound components, slots, and context — to eliminate prop drilling and configuration-object bloat. Use this skill when a component's prop list is growing, when building a reusable component for others, or when a boolean flag is about to be added to control layout.

10xequity 0878774 2.2 KB Updated

File contents

10xequity/claude-skill-library/tree/main/skills/composition-patterns commit 0878774f2e

Frequently asked questions

npx skillmds@latest add 10xequity/composition-patterns