Components
AvatarUpload
AvatarUpload is a token-driven Sigil component in the forms and inputs group.
Import
import { AvatarUpload } from "@sigil-ui/components";Preview
Usage
<AvatarUpload previewUrl="https://placehold.co/640x360/png" label="Upload avatar" />CLI
npx @sigil-ui/cli add avatar-uploadToken Integration
AvatarUpload follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.