AvatarUpload
AvatarUpload Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| name | text | — | |
| size | number | — | |
| disabled | boolean | — |
Default
WithImage
Disabled
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
disabled | boolean | — | Disabled state |
name | text | — | User name for initials |
size | number | — | Avatar size in pixels |
Using AvatarUploadtsx
import { AvatarUpload } from '@/components/AvatarUpload'
<AvatarUpload
name="..."
size="..."
disabled="..."
/>Tokens Used
No design tokens detected