Measured entry

tripled-native-action-dropdown-shadcnui

selectminimal-flatmotion on file

A client-side React and TypeScript action picker for grouped, nested choices. It ships as a shadcn registry component, uses Framer Motion for transitions, Lucide icons, Tailwind theme classes, and a local cn utility, and supports controlled or uncontrolled selection.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-native-action-dropdown-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-native-action-dropdown-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-native-action-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-native-action-dropdown-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal75.7 KB (141.2 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 748ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-cf02f4dc77e2/src/cut/components/uitripled/native-action-dropdown-shadcnui.tsx".

Verdict

A thoughtful fit for compact hierarchical action choices, with solid keyboard behavior and responsive submenu placement. It needs a shadcn-style setup and is less suitable for ordinary forms or long, searchable datasets.

Use it if

  • You need grouped choices with nested branches and descriptive metadata.
  • You want keyboard navigation, reduced-motion handling, and viewport-aware submenu placement.
  • Your product benefits from showing the current selection and its parent context in the trigger.

Skip it if

  • You need a native form select with built-in name, validation, and form submission behavior.
  • You have a large searchable option set, since this component has no filtering or typeahead.
  • You want to avoid adding an animation library for a single picker.
  • Your design system does not use Tailwind theme tokens or shadcn-style utility conventions.

Install

Installation record for tripled-native-action-dropdown-shadcnui
Declared dependenciesframer-motion, react, clsx, tailwind-merge
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, clsx, and tailwind-merge; provide the cn helper and map the Tailwind theme classes for borders, surfaces, text, focus rings, and accents. Preserve the client-component directive where the framework requires it.

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 select pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.