---json { "description": "This article shows you how to create a flowchart diagram.", "page_id": "3qelvfw9g39pszfrad7ye", "title": "How to create a flowchart diagram with ComboStrap" } --- ====== ComboStrap Diagram - Flowchart ====== ===== About ===== The ''flowchart'' component is a [[diagram|diagram component]] that permits to create a ''flowchart''. ===== Example ===== * The markup ```dw graph TD; A-->B; A-->C; B-->D; C-->D; ``` * The output: ===== Syntax ===== The syntax is based on the [[https://mermaid-js.github.io/mermaid/#/flowchart|mermaid flow chart definition]] ... Mermaid Flowchart Diagram definition ... Mermaid offers a [[https://mermaid-js.github.io/mermaid-live-editor|live editor]] that you can use to validate and develop your diagrams. This component is based on the [[docs:utility:mermaid|mermaid component]].