You are here

README.txt in Smartmenus.js 8

Same filename and directory in other branches
  1. 7 README.txt
# Smartmenus jQuery Plugin - Drupal module

This module provides Drupal integration with the Smartmenus.js advanced jQuery
website menu plugin. Mobile first, responsive and accessible list-based website
menus that work on all devices. This is the library that was included in core
for BackdropCMS, and is most commonly used with Bootstrap.


### INSTALLATION

1) Install the Smartmenus jQuery plugin.

12345678901234567890123456789012345678901234567890123456789012345678901234567890
  Smartmenus library is added using composer.

  Add this to your project's composer.json:

```
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "drmonty/smartmenus",
                "version": "1.1.1",
                "type": "drupal-library",
                "dist": {
                    "url": "https://www.smartmenus.org/files/?file=smartmenus-jquery/smartmenus-1.1.1.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2"
                }
            }
        }
    ],
```

2) Install the Smartmenus module as usual (see below)
   http://drupal.org/project/smartmenus


### USAGE

1) Navigate to the blocks administration at admin/structure/blocks

2) Place the Responsive Main Menu (Smartmenus) block into a region

3) Select necessary options from the block configure form.

4) Check the UI.


### REQUIREMENTS

* Smartmenus jQuery Plugin (https://www.smartmenus.org)


### MAIN CONTRIBUTORS

* jQuery Plugin created by Vasil Dinkov (https://github.com/vadikom)
* Drupal 7 module created by Jen Lampton (http://drupal.org/user/85586)
* Drupal 8 module ported by Vishwa Chikate (https://www.drupal.org/user/2857973)

File

README.txt
View source
  1. # Smartmenus jQuery Plugin - Drupal module
  2. This module provides Drupal integration with the Smartmenus.js advanced jQuery
  3. website menu plugin. Mobile first, responsive and accessible list-based website
  4. menus that work on all devices. This is the library that was included in core
  5. for BackdropCMS, and is most commonly used with Bootstrap.
  6. ### INSTALLATION
  7. 1) Install the Smartmenus jQuery plugin.
  8. 12345678901234567890123456789012345678901234567890123456789012345678901234567890
  9. Smartmenus library is added using composer.
  10. Add this to your project's composer.json:
  11. ```
  12. "repositories": [
  13. {
  14. "type": "package",
  15. "package": {
  16. "name": "drmonty/smartmenus",
  17. "version": "1.1.1",
  18. "type": "drupal-library",
  19. "dist": {
  20. "url": "https://www.smartmenus.org/files/?file=smartmenus-jquery/smartmenus-1.1.1.zip",
  21. "type": "zip"
  22. },
  23. "require": {
  24. "composer/installers": "^1.2"
  25. }
  26. }
  27. }
  28. ],
  29. ```
  30. 2) Install the Smartmenus module as usual (see below)
  31. http://drupal.org/project/smartmenus
  32. ### USAGE
  33. 1) Navigate to the blocks administration at admin/structure/blocks
  34. 2) Place the Responsive Main Menu (Smartmenus) block into a region
  35. 3) Select necessary options from the block configure form.
  36. 4) Check the UI.
  37. ### REQUIREMENTS
  38. * Smartmenus jQuery Plugin (https://www.smartmenus.org)
  39. ### MAIN CONTRIBUTORS
  40. * jQuery Plugin created by Vasil Dinkov (https://github.com/vadikom)
  41. * Drupal 7 module created by Jen Lampton (http://drupal.org/user/85586)
  42. * Drupal 8 module ported by Vishwa Chikate (https://www.drupal.org/user/2857973)