Analytics Report Shell
App reporting shell for quiet summary signals, trend views, and factual side notes.
LLM handoff
Copy a concise page brief or the full MDX source without digging through the docs shell.
Analytics
Weekly adoption report
Use one report shell for summary signals, trend context, and factual side notes.
Active teams
31
Install commands
148
Drift
-12%
Fewer route-local shells this week.
- Window
- Last 7 days
- Primary source
- Install access
- Export
- CSV available
AnalyticsReportShell is the report-side companion to the app workspace family when a route needs trend context without falling into metric-card habits.
Installation
Install
Purchase access, then open /account/install to issue a registry token.Usage
import { AnalyticsReportShell } from "@/registry/swiss/blocks/analytics-report-shell"Why This Block Exists
Report pages need trend context, quiet summaries, and factual side notes without collapsing into a generic KPI board. This shell handles that structure.
Examples
Use it for:
- operational reports
- product adoption summaries
- review throughput views
- analytics pages that need a trend surface plus supporting breakdowns
API Reference
| Prop | Type | Required | Notes |
|---|---|---|---|
chart | ReactNode | yes | Primary trend or report artifact. |
header | ReactNode | no | Route-level framing. |
summary | ReactNode | no | Quiet signal strip above the main chart. |
breakdown | ReactNode | no | Supporting table or secondary analysis block. |
sidebar | ReactNode | no | Exceptions, notes, or factual context. |