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. Just add the .f-placeholder class to a <div> element.

Example

Markup

<div class="f-placeholder">...</div>

Large placeholder

You can also increase the height of the placeholder area by adding the .f-placeholder-large class.

Example