Concept Flow
Component: Card ├─ Slot: Header ├─ Slot: Body └─ Slot: Footer Component: Modal ├─ Slot: Header ├─ Slot: Body └─ Slot: Footer
This diagram shows two UI components, Card and Modal, each having three named slots: Header, Body, and Footer. The slots pattern allows placing different content into these named areas flexibly.