···3333| Prop | Type | Description |
3434| :-------------- | :--------------- | :-------------------- |
3535| `handleFiles` | (files: File[]) => void | File handler function |
3636-| `acceptedMimes` | string[] \| null | List of allowed mime types, like `image/jpeg` or `image/*`. Invalid files are simply filtered out.<br>Null: all are allowed (default) |
3636+| `acceptedMimes` | string[] \| null | List of allowed mime types, like `image/jpeg` or `image/*`. Invalid files are ignored.<br>Null: all are allowed (default) |
3737| `max` | number \| null | Max number of files allowed. Extra files are ignored. Defaults to 0 (no limit) |
3838| `disabled` | boolean | Disables the component |
3939···49491. Install Node.js (v14 works)
50502. Run `npm install`
51515252-## Commands
5252+### Commands
53535454- `npm run dev`: Start in dev mode
5555- `npm run build`: Build