Main ProductModal component. Serves as the context provider (Subject in Observer pattern) for its sub-components.
Sub-component for modal action buttons (e.g., Add to Cart). Encapsulates specific interactive logic within the Composite structure.
Sub-component for rendering the modal header. Part of the Builder interface for the ProductModal.
Main ProductModal component. Serves as the context provider (Subject in Observer pattern) for its sub-components.