MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / AvatarImage

Function AvatarImage

src/components/ui/avatar.tsx:24–35  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof AvatarPrimitive.Image>)

Source from the content-addressed store, hash-verified

22}
23
24function AvatarImage({
25 className,
26 ...props
27}: React.ComponentProps<typeof AvatarPrimitive.Image>) {
28 return (
29 <AvatarPrimitive.Image
30 data-slot="avatar-image"
31 className={cn("aspect-square size-full", className)}
32 {...props}
33 />
34 )
35}
36
37function AvatarFallback({
38 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected