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
This package is auto-updated.
Last update: 2025-02-04 23:35:07 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.