Measured entry
originui-comp-95
A compact avatar-and-chevron button intended as a profile menu trigger. It ships as a shadcn registry component composed from local Avatar and Button primitives, with Tailwind utility classes and a Lucide icon. Its supporting primitives rely on Radix UI, clsx, and tailwind-merge.



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 | 1 |
| Uncaught page errors | 0 |
| Horizontal overflow | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 33.7 KB (99.2 KB build, 65.5 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
BARE BUILD
✗ Build failed in 948ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-f654f299ae37/src/cut/components/ui/comp-95.tsx".
Verdict
A clean, dependable trigger primitive, but not a complete avatar menu. Use it when the surrounding dropdown already exists; otherwise the hardcoded image, fallback initials, and absent menu behavior leave meaningful integration work.
Use it if
- You need a compact account-menu trigger for a header or navigation bar.
- Your app already uses shadcn-style Avatar and Button primitives.
- You want fallback initials when the profile image cannot load.
Skip it if
- You need the dropdown panel, menu state, or account actions included.
- Your project does not use Tailwind or shadcn-style local primitives.
- You need profile data to be configurable without editing the component.
Install
| Declared dependencies | radix-ui, clsx, tailwind-merge |
|---|---|
| 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 compatible Avatar and ghost Button primitives, Tailwind styling, Lucide React, Radix UI, clsx, and tailwind-merge. Replace the path aliases and either provide the referenced avatar asset or pass real profile data.
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/origin-space/originuiAlternatives
Other published entries for the avatar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-avatarminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 32.7KB
- Bare
- pass
- Prov
- NO
- neobrutalism-avatarbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 32.7KB
- Bare
- pass
- Prov
- NO
- shadcn-avatarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 33.0KB
- Bare
- pass
- Prov
- NO
- tripled-native-avatar-expand-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 75.4KB
- Bare
- pass
- Prov
- NO
- tripled-native-avatar-with-name-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 75.5KB
- Bare
- pass
- Prov
- NO
- magicui-avatar-circlesbento
- Renders
- YES
- A11y
- 0
- Gzip
- 26.0KB
- Bare
- fail
- Prov
- NO