outlawplz/droppy

Provides Droppy library integration for Drupal.

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-module

v0.1.1 2017-03-23 14:13 UTC

This package is auto-updated.

Last update: 2024-05-04 22:04:27 UTC


README

Provides Droppy library integration for Drupal 8.

Quick start

Start using Droppy in three steps.

  1. Download latest Droppy module from Github or via Composer and enable it as usual.
composer require outlawplz/droppy
  1. Download latest Droppy library and copy it to the libraries/ folder found at Drupal root folder.
# CSS file location
/libraries/droppy/dist/droppy.min.css

# JS file location
/libraries/droppy/dist/droppy.min.js
  1. Edit a menu and enable the drop-down option.

That's it. You're all set to start using Droppy.

Options

You can add new configuration or edit existing ones at Configuration > User interface > Droppy. To learn more about Droppy options, check out the official documentation.