1_general_forum/docs/_snippets/status-card.md

28 lines
512 B
Markdown
Raw Normal View History

<div class="grid cards" markdown>
- :material-check-circle:{ .lg .middle } **Completed**
---
[Description of completed item]
[:octicons-arrow-right-24: View details](#)
- :material-progress-clock:{ .lg .middle } **In Progress**
---
[Description of in-progress item]
[:octicons-arrow-right-24: Track progress](#)
- :material-calendar-clock:{ .lg .middle } **Planned**
---
[Description of planned item]
[:octicons-arrow-right-24: See roadmap](#)
</div>