Usage
import { PhotoField } from '@/components/ui/formfield';
export function PhotoFieldDemo() {
return <PhotoField name="photo" label="Photo" />;
}
import { PhotoField } from '@/components/ui/formfield';
export function PhotoFieldDemo() {
return <PhotoField name="photo" label="Photo" />;
}
API Reference
Prop | Type | Default |
---|---|---|
name* | string | |
id | string | |
label | string | |
alt | string | |
required | boolean | |
readOnly | boolean | |
error | string | |
value | string | |
defaultValue | string | |
onChange | event | |
cdnUrl | string |