BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/einui/glass-avatar

Glass Avatar

einui/glass-avatar
FreeComponent

Circular profile images with gradient glow effects and fallback initials for user representation.

Live preview

live · rendered by the registry
Rendered by einui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://ui.eindev.ir/r/glass-avatar.json

Source

registry/liquid-glass/glass-avatar.tsxui.eindev.ir/r/glass-avatar.json
1"use client"
2
3import * as React from "react"
4import { Avatar as AvatarPrimitive } from 'radix-ui'
5import { cn } from "@/lib/utils"
6
7const GlassAvatar = React.forwardRef<
8 React.ElementRef<typeof AvatarPrimitive.Root>,
9 React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root> & {
10 glowEffect?: boolean
11 }
12>(({ className, glowEffect = true, ...props }, ref) => (
13 <div className="relative">
14 {glowEffect && (
15 <div className="absolute -inset-1 rounded-full bg-linear-to-r from-cyan-500/40 via-blue-500/40 to-purple-500/40 blur-md opacity-70" />
16 )}
17 <AvatarPrimitive.Root
18 ref={ref}
19 className={cn(
20 "relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full",
21 "border-2 border-white/30 shadow-[0_4px_16px_rgba(0,0,0,0.2)]",
22 className,
23 )}
24 {...props}
25 />
26 </div>
27))
28GlassAvatar.displayName = AvatarPrimitive.Root.displayName
29
30const GlassAvatarImage = React.forwardRef<
31 React.ElementRef<typeof AvatarPrimitive.Image>,
32 React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Image>
33>(({ className, ...props }, ref) => (
34 <AvatarPrimitive.Image ref={ref} className={cn("aspect-square h-full w-full", className)} {...props} />
35))
36GlassAvatarImage.displayName = AvatarPrimitive.Image.displayName
37
38const GlassAvatarFallback = React.forwardRef<
39 React.ElementRef<typeof AvatarPrimitive.Fallback>,
40 React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback>
41>(({ className, ...props }, ref) => (
42 <AvatarPrimitive.Fallback
43 ref={ref}
44 className={cn(
45 "flex h-full w-full items-center justify-center rounded-full",
46 "bg-white/10 backdrop-blur-xl text-white/80 text-sm font-medium",
47 className,
48 )}
49 {...props}
50 />
51))
52GlassAvatarFallback.displayName = AvatarPrimitive.Fallback.displayName
53
54export { GlassAvatar, GlassAvatarImage, GlassAvatarFallback }

What it pulls in

npm packages

  • @radix-ui/react-avatar

Files it writes

  • registry/liquid-glass/glass-avatar.tsx

Facts

Registry
einui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

Docs on einui ui.eindev.ir einui/einui on GitHub Raw registry item This item as JSON

More from einui

All 44 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Base Widgetbase-widgeteinuiComponentsFree1 dep
Calendar Widgetscalendar-widgeteinuiComponentsFree1 dep
Clock Widgetsclock-widgeteinuiComponentsFree1 dep
Glass Alert Dialogglass-alert-dialogeinuiComponentsFree1 dep
Glass Badgeglass-badgeeinuiComponentsFree1 dep
Glass Breadcrumbglass-breadcrumbeinuiComponentsFree1 dep
Glass Buttonglass-buttoneinuiComponentsFree2 deps
Glass Cardglass-cardeinuiComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex