Matching Panel Illustration
navdeep-singh/matching-panelFreeComponent
A policy matching panel illustration.
Install it
npx shadcn@latest add https://ui.navdeepsingh.dev/r/matching-panel.jsonSource
1'use client'23import { useReducedMotion } from 'motion/react'45import { MatchingPanelContent, StandalonePanelFrame } from './_expense-workflow-parts'67type MatchingPanelIllustrationProps = {8 className?: string9}1011export function MatchingPanelIllustration({ className }: MatchingPanelIllustrationProps) {12 const shouldReduceMotion = Boolean(useReducedMotion())1314 return (15 <StandalonePanelFrame title="Matching..." stage="policy" className={className}>16 <MatchingPanelContent isActive={true} shouldReduceMotion={shouldReduceMotion} />17 </StandalonePanelFrame>18 )19}2021export default MatchingPanelIllustration
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 |
