1.1 Compound Components (Context-powered composition) The compound component pattern is a staple for building UI systems with flexible APIs (e.g., Tabs, Modals). Internally, it uses context to manage shared state between parent and child components. Use cases: ShadCN Tabs, Accordions, Dropdowns…