roadmap-gen
Version:
Professional HTML roadmap generator from YAML data with multiple themes
21 lines (20 loc) • 624 B
HTML
<div class="category-section">
<div class="category-header">
<span class="category-icon">{{icon}}</span>
<h2 class="category-title">{{name}}</h2>
<span class="project-count">{{projectCount}} {{projectLabel}}</span>
</div>
<div class="category-table-container">
<table class="projects-table">
<thead>
<tr>
<th class="project-header">Project</th>
{{headerHTML}}
</tr>
</thead>
<tbody>
{{projectsHTML}}
</tbody>
</table>
</div>
</div>