MCPcopy Create free account
hub / github.com/Detaysoft/react-chat-elements / AvatarExample

Function AvatarExample

example/components/AvatarExample.tsx:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { photo } from '../utils/common'
3
4function AvatarExample() {
5 return (
6 <div style={{ width: 50, height: 50 }}>
7 <Avatar size={{ width: 20, height: 10 }} type='circle' src={`data:image/png;base64,${photo(20)}`} />
8 </div>
9 )
10}
11
12export default AvatarExample

Callers

nothing calls this directly

Calls 1

photoFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…