Default rendering
No role groups + no role labels
Custom style mode (CSS variable overrides)
Usage snippet
<link rel="stylesheet" href="https://unpkg.com/rasci/src/rasci-table.css">
<script type="module" src="https://unpkg.com/rasci/src/rasci-table.js"></script>
<rasci-table no-role-groups>
%%rasci
roles:
PO "Product Owner"
"Stakeholder"
tasks:
"Plan roadmap":
PO[A] "Stakeholder"[C]
</rasci-table>