Placeholder
Create a placeholder space that can be used for uploading files via drag and drop.
# Usage
This component applies a specially styled area to create a placeholder space, which can be useful, for example in combination with the Upload component. Just add the .uk-placeholder
class to a <div>
element.
<div class="uk-placeholder"></div>
<div class="uk-placeholder uk-text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>