Dashboard Block

Usage

This block is a real dashboard surface, not a component demo. It is built from existing 5h3ll-ui primitives and meant to be copied as a starting point for admin, analytics, or product overviews.

Dashboard block preview

Drag the slider to resize the preview like a live responsive canvas.

1100px
Dashboard

Operations overview

Track revenue, user growth, and team activity from one responsive workspace.

Monthly revenue

$84,240

+18.4% vs last month

Active workspaces

12,482

842 added this week

Avg. conversion

7.26%

Healthy trend across paid traffic

Revenue trend

Last 6 months

Updated 2m ago

Team activity

Recent actions

Billing plan upgraded

Growth team moved to the annual plan.

Now

Three new teammates invited

Access granted to engineering and support.

12m

Quarterly report generated

Shared with finance and operations.

1h

Goals

Progress snapshots for the current cycle.

Onboarding completion78%
Enterprise conversions64%
Retention health86%

Release checklist

Everything remains plain HTML.

HTML

<section class="grid gap-4 xl:grid-cols-[1.35fr_0.65fr]">
  <article class="card">
    <header class="gap-4 md:flex md:items-start md:justify-between">
      <div>
        <span class="badge" data-variant="secondary">Dashboard</span>
        <h2 class="mt-3 text-2xl">Operations overview</h2>
        <p>Track revenue, user growth, and team activity from one responsive workspace.</p>
      </div>
    </header>
  </article>
</section>

Notes

Use this as the starting point for product dashboards, internal ops panels, or analytics overviews. The resizable preview is intentionally included so layout breakpoints can be checked in-place before copying the block.