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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 63.2 KB (128.6 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no 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.
Author repository
github.com/moumen-soliman/uitripledAlternatives
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.
- neu-badgeneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- clay-badgeclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-load-rippleunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- kibo-listminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 42.4KB
- Bare
- pass
- Prov
- NO
- ruixen-blurred-stagger-textunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- pass
- Prov
- NO
- tripled-auto-revealing-heading-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.3KB
- Bare
- pass
- Prov
- NO