Measured entry

tripled-staggered-dropdown-shadcnui

badgeminimal-flatmotion on file

A client-side React dropdown shipped as a shadcn registry component. It renders a fixed list of menu buttons with staggered Framer Motion entrance and exit effects, uses a Lucide chevron, and expects Tailwind utility classes plus the project's card color variable.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-staggered-dropdown-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-staggered-dropdown-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-staggered-dropdown-shadcnui at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for tripled-staggered-dropdown-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal63.2 KB (128.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1.11s
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-5880256b6edc/src/cut/components/uitripled/staggered-dropdown-shadcnui.tsx".

Verdict

A working animated dropdown starter that builds and mounts cleanly without provider setup. The motion is useful, but the fixed content and limited menu semantics make it better for adaptation than direct production use.

Use it if

  • You need a compact animated menu whose actions can be replaced with your own handlers.
  • Your React app already uses Tailwind and Framer Motion, so the styling and animation fit the existing stack.
  • You want a small presentational starting point that mounts without a provider.

Skip it if

  • You need full menu behavior such as arrow-key navigation, focus management, Escape handling, or click-outside dismissal.
  • You want a data-driven component API, since the labels and open-state behavior are fixed inside the component.
  • You are avoiding Framer Motion for a simple dropdown or need the lightest practical implementation.
  • You need a badge component, because the queue pattern does not match what this source actually renders.

Install

Installation record for tripled-staggered-dropdown-shadcnui
Declared dependenciesframer-motion, react, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn React project, add Framer Motion and Lucide React, configure Tailwind for the utility classes, define the card background color variable, and keep the component in a client-capable boundary. No context provider is required.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the badge pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.