BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/navdeep-singh/workflow-desk

Workflow Desk Illustration

navdeep-singh/workflow-desk
FreeComponent

A combined expense workflow illustration with a payment card and four process panels.

Install it

npx shadcn@latest add https://ui.navdeepsingh.dev/r/workflow-desk.json

Source

components/illustrations/workflow-desk.tsxui.navdeepsingh.dev/r/workflow-desk.json
1'use client'
2
3import { useRef } from 'react'
4import { useInView, useReducedMotion } from 'motion/react'
5
6import { cn } from '@/lib/utils'
7import {
8 ApprovalPanelContent,
9 MatchingPanelContent,
10 PaymentCard,
11 ReceiptPanelContent,
12 ReportPanelContent,
13 WorkflowPanel,
14} from './_expense-workflow-parts'
15
16type WorkflowDeskIllustrationProps = {
17 className?: string
18 'aria-label'?: string
19}
20
21export function WorkflowDeskIllustration({
22 className,
23 'aria-label': ariaLabel = 'Automated expense processing workflow',
24}: WorkflowDeskIllustrationProps) {
25 const illustrationRef = useRef<HTMLDivElement>(null)
26 const shouldReduceMotion = Boolean(useReducedMotion())
27
28 const isInView = useInView(illustrationRef, {
29 once: true,
30 amount: 0.2,
31 margin: '0px 0px -10% 0px',
32 })
33
34 const isActive = isInView || shouldReduceMotion
35
36 return (
37 <div
38 ref={illustrationRef}
39 role="img"
40 aria-label={ariaLabel}
41 data-slot="workflow-desk-illustration"
42 className={cn(
43 'relative isolate mx-auto h-130 w-full max-w-160',
44 'shrink-0 overflow-hidden sm:h-140 lg:h-150',
45 className,
46 )}
47 style={{
48 maskImage:
49 'linear-gradient(to right, transparent 0%, black 1%, black 99%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 1%, black 99%, transparent 100%)',
50 WebkitMaskImage:
51 'linear-gradient(to right, transparent 0%, black 1%, black 99%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 1%, black 99%, transparent 100%)',
52 maskComposite: 'intersect',
53 WebkitMaskComposite: 'source-in',
54 }}
55 >
56 <div
57 aria-hidden="true"
58 className="pointer-events-none absolute inset-0 opacity-55 dark:opacity-25"
59 style={{
60 backgroundImage: 'radial-gradient(circle, rgba(15,23,42,0.16) 1px, transparent 1px)',
61 backgroundSize: '18px 18px',
62 }}
63 />
64
65 <PaymentCard isActive={isActive} shouldReduceMotion={shouldReduceMotion} />
66
67 <WorkflowPanel
68 stage="receipt"
69 title="Receipt captured"
70 order={0}
71 isActive={isActive}
72 shouldReduceMotion={shouldReduceMotion}
73 className="top-5 left-0 z-40 w-[46%] max-w-58 sm:top-[6%] sm:left-[4%]"
74 >
75 <ReceiptPanelContent />
76 </WorkflowPanel>
77
78 <WorkflowPanel
79 stage="policy"
80 title="Matching..."
81 order={1}
82 isActive={isActive}
83// … truncated

What it pulls in

npm packages

  • lucide-react
  • motion

Files it writes

  • components/illustrations/workflow-desk.tsx
  • components/illustrations/_expense-workflow-parts.tsx

Facts

Registry
navdeep-singh
Type
registry:component
Access
Free
Files written
2
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

ui.navdeepsingh.dev Navdeepannu/Portfolio on GitHub Raw registry item This item as JSON

More from navdeep-singh

All 64 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Animated Groupanimated-groupnavdeep-singhComponentsFree1 dep
Animated Numbersanimated-numbersnavdeep-singhComponentsFree1 dep
Animated Tabsanimated-tabsnavdeep-singhComponentsFree2 deps
Approval Panel Illustrationapproval-panelnavdeep-singhComponentsFree2 deps · 2 files
Brand Logobrand-logonavdeep-singhComponentsFree1 dep
Contribution Graphcontribution-graphnavdeep-singhComponentsFreeno deps
Designed for Focus Illustrationdesigned-for-focus-illustrationnavdeep-singhComponentsFree1 dep
Expandable Cardexpandable-cardnavdeep-singhComponentsFree4 deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex