Measured entry
tripled-context-menu-bubble-shadcnui
dropdownminimal-flatmotion on file
A client-side React radial action menu that opens from a circular trigger on click or right-click and animates its actions around the trigger. It ships as a shadcn registry TSX component and relies on Framer Motion, Lucide icons, React state, Tailwind utilities, and shadcn-style color tokens.



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 | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 61.4 KB (126.8 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.23s error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-a1684e2bb585/src/cut/components/uitripled/context-menu-bubble-shadcnui.tsx".
Verdict
A distinctive fit for a small contextual tool palette, and it builds and mounts cleanly on its own. Treat it as a visual starting point, not a production-ready menu: accessible names, keyboard behavior, focus handling, and menu semantics need attention before release.
Use it if
- You need a compact radial action picker for a small, stable set of contextual commands.
- Your interface supports both ordinary click and desktop right-click as ways to reveal the same actions.
- Framer Motion and Tailwind theme tokens already fit your frontend stack.
Skip it if
- You need an accessible menu now, since the icon-only controls lack discernible names and the component does not provide menu semantics or keyboard navigation.
- Your action count changes widely, because the fixed-radius circular layout can crowd or spread controls awkwardly.
- You want a lightweight dropdown without adding a sizable animation dependency.
- The menu must escape a tightly bounded panel, since its container hides overflow.
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 project, add React, Framer Motion, Lucide React, and Tailwind CSS. Define equivalents for the primary, background, card, border, and destructive theme tokens used by the classes, and ensure the file is compiled as a client component. No 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 dropdown pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tripled-context-menu-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 61.1KB
- Bare
- pass
- Prov
- NO
- shadcn-dropdown-menuunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- fail
- Prov
- NO
- originui-comp-131minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- fail
- Prov
- NO
- neobrutalism-dropdown-menubrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 58.5KB
- Bare
- fail
- Prov
- NO
- shadcn-context-menuunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.7KB
- Bare
- fail
- Prov
- NO
- neobrutalism-context-menubrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 58.8KB
- Bare
- fail
- Prov
- NO