Components
WFileInput
Stories
Props
| Prop | Default | Type |
|---|---|---|
multiple | false | boolean | undefined |
formats | ["image/*", ".jpeg", ".jpg", ".png"] | unknown[] | undefined |
compact | false | boolean | undefined |
id | string | undefined | |
wrapperAttrs | Record<string, any> | undefined | |
inputAttrs | Record<string, any> | undefined |
Events
| Event | Type |
|---|---|
input | any[] |
errors | any[] |
Slots
| Slot | Type |
|---|---|
icon | {} |
label | {} |
formats | {} |