Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 459 Bytes

drop-zone.md

File metadata and controls

26 lines (19 loc) · 459 Bytes

< Back to Components List

Drop zone

polaris-drop-zone implements the Polaris Drop zone component.

Examples

Plain drop zone:

{{polaris-drop-zone}}

Drop zone with image file upload:

{{#polaris-drop-zone
  accept="image/*"
  type="image"
  onDrop=(action "dropImages")
  as |dropZone|
}}
  {{dropZone.fileUpload}}
{{/polaris-drop-zone}}