Avatar
Avatar를 위한 DDS Docs입니다. Avatar Docs는 '도담도담'에 사용되는 모든 Avatar asset을 관리합니다. Avatar는 이름을 사용해서 불러올 수 있습니다.
Avatar 컴포넌트는 사용자의 프로필 이미지를 나타내는 데 사용됩니다.
Props
- size: SizeType ('extraSmall' | 'small' | 'medium' | 'large' | 'extraLarge' | 'xxl')
- color: keyof DodamTheme | string
- $svgStyle?: Interpolation<object>
- $pathStyle?: Interpolation<object>
ExtraSmall
index.tsx
<Avatar size='extraSmall' />
Small
index.tsx
<Avatar size='small' />
Medium
index.tsx
<Avatar size='medium' color='#000' />