Report Panel Illustration
navdeep-singh/report-panelFreeComponent
A report fetching panel illustration.
Install it
npx shadcn@latest add https://ui.navdeepsingh.dev/r/report-panel.jsonSource
1'use client'23import { ReportPanelContent, StandalonePanelFrame } from './_expense-workflow-parts'45type ReportPanelIllustrationProps = {6 className?: string7}89export function ReportPanelIllustration({ className }: ReportPanelIllustrationProps) {10 return (11 <StandalonePanelFrame title="Fetching report..." stage="category" className={className}>12 <ReportPanelContent />13 </StandalonePanelFrame>14 )15}1617export default ReportPanelIllustration
What it pulls in
npm packages
Files it writes
More from navdeep-singh
All 64 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Animated Groupanimated-group | navdeep-singh | Components | Free | 1 dep | |
| Animated Numbersanimated-numbers | navdeep-singh | Components | Free | 1 dep | |
| Animated Tabsanimated-tabs | navdeep-singh | Components | Free | 2 deps | |
| Approval Panel Illustrationapproval-panel | navdeep-singh | Components | Free | 2 deps · 2 files | |
| Brand Logobrand-logo | navdeep-singh | Components | Free | 1 dep | |
| Contribution Graphcontribution-graph | navdeep-singh | Components | Free | no deps | |
| Designed for Focus Illustrationdesigned-for-focus-illustration | navdeep-singh | Components | Free | 1 dep | |
| Expandable Cardexpandable-card | navdeep-singh | Components | Free | 4 deps |
