outlawplz / droppy
Provides Droppy library integration for Drupal.
v0.1.1
2017-03-23 14:13 UTC
This package is auto-updated.
Last update: 2026-03-05 02:03:27 UTC
README
Provides Droppy library integration for Drupal 8.
Quick start
Start using Droppy in three steps.
- Download latest Droppy module from Github or via Composer and enable it as usual.
composer require outlawplz/droppy
- 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
- 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.