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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-glass-profile-settings-card-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glass-profile-settings-card-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-glass-profile-settings-card-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-glass-profile-settings-card-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal76.6 KB (142.0 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 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

Installation record for tripled-glass-profile-settings-card-shadcnui
Declared dependenciesframer-motion, react, radix-ui
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 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.

Alternatives

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.