Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
smartmenus
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
smartmenus
Merge requests
!2
Issue
#3341792
: Update README.md file as per standard
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3341792
: Update README.md file as per standard
issue/smartmenus-3341792:3341792-update-readme.md-file
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
jay jangid
requested to merge
issue/smartmenus-3341792:3341792-update-readme.md-file
into
8.x-1.x
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 3
93b26910
1 year ago
version 2
853ce340
1 year ago
version 1
4f69ad4b
2 years ago
8.x-1.x (base)
and
latest version
latest version
93b26910
2 commits,
4 months ago
version 3
93b26910
2 commits,
1 year ago
version 2
853ce340
2 commits,
1 year ago
version 1
4f69ad4b
1 commit,
2 years ago
1 file
+
37
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
37
−
25
Options
# Smartmenus
jQuery Plugin - Drupal module
# Smartmenus
.js
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.
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/smartmenus
)
.
## INSTALLATION
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/smartmenus
)
.
1) Install the Smartmenus jQuery plugin.
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires the following modules:
-
[
Smartmenus jQuery Plugin
](
https://www.smartmenus.org
)
## Installation
1.
Install the Smartmenus jQuery plugin.
Smartmenus library is added using composer.
Add this to your project's composer.json:
```
```
json
"repositories"
:
[
{
"type"
:
"package"
,
@@ -33,30 +54,21 @@ for BackdropCMS, and is most commonly used with Bootstrap.
}
]
,
```
2.
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
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)
## Configuration
## MAIN CONTRIBUTORS
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.
-
jQuery Plugin created by Vasil Dinkov (https://github.com/vadikom)
-
Drupal 7 module created by Jen Lampton (http://drupal.org/user/85586)
## Maintainers
-
Drupal 8 module ported by Vishwa Chikate (https://www.drupal.org/user/2857973)
-
Jen Lampton -
[
jenlampton
](
https://www.drupal.org/u/jenlampton
)
-
Doug Green -
[
douggreen
](
https://www.drupal.org/u/douggreen
)
-
Vishwa Chikate -
[
vishwac9
](
https://www.drupal.org/u/vishwac9
)
Loading