1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-30 15:42:41 +01:00
BookStack/resources/views/components/dropzone.blade.php

9 lines
255 B
PHP
Raw Normal View History

{{--
@url - URL to upload to.
@placeholder - Placeholder text
--}}
<div component="dropzone"
option:dropzone:url="{{ $url }}"
class="dropzone-container text-center">
<button type="button" class="dz-message">{{ $placeholder }}</button>
</div>