Approval Panel Illustration
navdeep-singh/approval-panelFreeComponent
An approval routing panel illustration.
Install it
npx shadcn@latest add https://ui.navdeepsingh.dev/r/approval-panel.jsonSource
1'use client'23import { ApprovalPanelContent, StandalonePanelFrame } from './_expense-workflow-parts'45type ApprovalPanelIllustrationProps = {6 className?: string7}89export function ApprovalPanelIllustration({ className }: ApprovalPanelIllustrationProps) {10 return (11 <StandalonePanelFrame title="Approval routed" stage="approval" className={className}>12 <ApprovalPanelContent />13 </StandalonePanelFrame>14 )15}1617export default ApprovalPanelIllustration
What it pulls in
npm packages
Files it writes
More from navdeep-singh
All 62 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 | |
| Brand Logobrand-logo | navdeep-singh | Components | Free | 1 dep | |
| Designed for Focus Illustrationdesigned-for-focus-illustration | navdeep-singh | Components | Free | 1 dep | |
| Expandable Cardexpandable-card | navdeep-singh | Components | Free | 4 deps | |
| Fast by Default Illustrationfast-by-default-illustration | navdeep-singh | Components | Free | 1 dep | |
| Flexible at Scale Illustrationflexible-at-scale-illustration | navdeep-singh | Components | Free | 1 dep |
