A compact executive dashboard with KPI cards, review queues, and evidence signals.
Show how Batoi UIF can organize operational status without turning the page into a marketing layout.This example is a contained UIF Micro App: route-scoped assets, browser-side state, visible controls, and a bounded root that can run inside the larger public shell.
Use this pattern when a role needs a fast read on operational readiness, governance posture, or review queues.
Combine a status header, three to five KPI summaries, prioritized work queues, and concise evidence or progress signals.
<section class="uif-dashboard">
<header class="uif-dashboard__header">Operational Readiness</header>
<div class="uif-metric-grid">...</div>
<div class="uif-progress-list">...</div>
</section>