Container View: Project Design System

Project-specific components layered on top of the Gesso Design System.

flowchart LR
    subgraph projectDesignSystem["Project Design System [Software System]"]
        customComponents("Custom Components<br/>[Container]")
    end

    classDef container fill:#438dd5,stroke:#2e6295,color:#ffffff
    class customComponents container
    style projectDesignSystem fill:none,stroke:#1168bd,color:#1168bd