Kanban Boards
Kanban diagrams visualize task boards with columns representing workflow stages and cards representing individual tasks.
Example
Section titled “Example”kanban column1[Todo] task1[Design mockups] task2[Write specs] column2[In Progress] task3[Implement API] column3[Done] task4[Setup project]IDE Support
Section titled “IDE Support”Mermaid Studio provides basic support for kanban boards:
- Syntax highlighting for columns and tasks
- Live preview with board visualization
- Error detection for invalid syntax
Learn More
Section titled “Learn More”For complete syntax documentation including task metadata and styling, see the Mermaid.js Kanban documentation.