Measured entry

tripled-native-morphing-button-carbon

buttonminimal-flatmotion on file

A client-side React floating action control that morphs from a circular trigger into a labeled action menu. It ships as a shadcn registry component and uses Framer Motion for layout and entry animation, Lucide for its default icons, Tailwind theme classes, and a local cn utility.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-native-morphing-button-carbon at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-native-morphing-button-carbon at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-native-morphing-button-carbon 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-morphing-button-carbon
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal69.7 KB (135.1 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 1m 8s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-carbon/src/components/native/native-morphing-button-carbon.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A focused option for dashboard-style quick actions, with clean mounting and sensible reduced-motion support. It needs a shadcn-style setup because the bare project cannot resolve its local utility import. Plan to add richer keyboard and focus behavior for menu-like use.

Use it if

  • You need a compact floating launcher for a small set of common page actions.
  • Your interface already uses Tailwind theme tokens and can supply labels, icons, and click handlers.
  • You want animated expansion with reduced-motion behavior built in.

Skip it if

  • You need a fully managed menu with arrow-key navigation, Escape handling, focus return, or outside-click dismissal.
  • You need controlled open state, disabled actions, links, or async action feedback without modifying the component.
  • Your project does not use Tailwind utilities and you want a drop-in control with self-contained styling.

Install

Installation record for tripled-native-morphing-button-carbon
Declared dependenciesframer-motion, react
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, and Lucide React, configure Tailwind with the semantic color and ring tokens used by the classes, and provide a cn helper at the expected alias or replace that import. Give the containing element positioning context when not using fixed placement.

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