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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-context-menu-bubble-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-context-menu-bubble-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-context-menu-bubble-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-context-menu-bubble-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal61.4 KB (126.8 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.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

Installation record for tripled-context-menu-bubble-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 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.

Alternatives

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.