]> BookStack Code Mirror - bookstack/blob - resources/views/components/dropzone.blade.php
22bf8aff4c8ef0eeea866c088f2d97f8bd14e694
[bookstack] / resources / views / components / dropzone.blade.php
1 {{--
2 @url - URL to upload to.
3 @placeholder - Placeholder text
4 --}}
5 <div component="dropzone"
6      option:dropzone:url="{{ $url }}"
7      class="dropzone-container text-center">
8     <button type="button" class="dz-message">{{ $placeholder }}</button>
9 </div>