ImagePicker
When To Use
Use when there is a need to select a picture
Examples
single image selection
Click or drag image to this area to upload
Select a single image
<template>
<h-image-picker />
</template>
Batch image selection
Choose images
select multiple images
<template>
<h-multi-image-picker />
</template>
API
single image selection
Props
Property | Description | Type | default |
---|---|---|---|
width | container width | string | 100% |
height | container height | string | 100% |
imageHeight | image height | string | 78vh |
Events
Events Name | Description | Type | default |
---|---|---|---|
pick | Image selection callback function | Function | |
load | Image mount callback function | Function | |
reset | Image reset callback | Function |
批量图像选择
Events
Events Name | Description | Type | default |
---|---|---|---|
pick | Image selection callback function | Function | |
load | Image mount callback function | Function | |
remove | Image removal callback function | Function |