Measured entry

tripled-native-profile-notch-shadcnui

transition-effectminimal-flatmotion on file

An animated profile chip that expands into a fixed profile card with custom child content and a built-in action row. It ships as a client-side React registry component using Framer Motion, Lucide icons, shadcn Avatar primitives, a cn helper, and Tailwind theme utilities.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-native-profile-notch-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-native-profile-notch-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-native-profile-notch-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-profile-notch-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal77.0 KB (142.5 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 790ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-d56d36aea960/src/cut/components/uitripled/native-profile-notch-shadcnui.tsx".

Verdict

A convincing fit for lightweight profile previews, with clean motion, keyboard opening, focus return, and room for custom content. It still needs a shadcn-style setup, and teams should treat the fixed layout and unwired action as starter behavior rather than a finished account menu.

Use it if

  • You want a compact identity chip that expands in place to reveal a short profile summary.
  • Your app already uses shadcn conventions and Framer Motion, so its imports and theme tokens fit naturally.
  • You can supply the expanded content and wire the built-in profile action to your own navigation or handler.

Skip it if

  • You need a responsive panel whose dimensions adapt to arbitrary content instead of a fixed expanded card.
  • You need a ready-to-use profile action, since the included button has no consumer-facing callback.
  • You need dialog or popover semantics with contained focus for sensitive or multi-step content.
  • You want a dependency-light identity badge without an animation library and shadcn infrastructure.

Install

Installation record for tripled-native-profile-notch-shadcnui
Declared dependenciesframer-motion, react, radix-ui, 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

Outside a shadcn project, add React, Framer Motion, Lucide React, Radix-backed Avatar primitives, clsx and tailwind-merge for the cn helper, plus Tailwind utilities and matching theme tokens. Recreate the aliased Avatar and utility modules, then connect the profile action and pass the username without a leading at-sign because the component adds one.

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