Measured entry
tripled-glass-profile-settings-card-shadcnui
avatarglassmorphismmotion on file
An animated, client-side React profile settings card shipped as a shadcn registry component. It combines avatar and contact fields, a controlled bio, notification switches, and local-only form actions. It relies on shadcn UI primitives and theme tokens, Framer Motion, Lucide icons, React state, and the project alias used by shadcn imports.



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 | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 76.6 KB (142.0 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1m 10s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/input.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A credible visual starting point for a profile screen, with sensible form structure and reduced-motion handling. It needs a shadcn-style setup and still requires real save, upload, and reset logic. Choose it when its glass treatment and dependency cost fit an existing design system.
Use it if
- You need a polished account settings shell with identity fields, a bio, and notification preferences.
- Your app already uses shadcn primitives and theme tokens, so the component can inherit its visual system.
- You want entrance motion that respects the user's reduced-motion preference.
Skip it if
- You need working persistence or avatar upload out of the box, because the included actions are placeholders.
- You are minimizing animation dependencies and cannot justify adding Framer Motion for one settings card.
- Your project does not use shadcn aliases, utilities, primitives, or theme tokens and you do not want to add them.
- Reloading the whole page is not an acceptable reset behavior for your form flow.
Install
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| 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 the shadcn path alias and shared class-name utility, Tailwind theme tokens, and the Avatar, Badge, Button, Input, Label, Switch, and Textarea primitives. Install React, Framer Motion, Lucide React, and the Radix packages used by those primitives, then wire the actions to your data layer.
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/moumen-soliman/uitripledAlternatives
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