zazama / silverstripe-slicknav
Inserts slicknav into the theme
Installs: 192
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^5.0
README
adds SlickNav to your theme
installation
composer require zazama/silverstripe-slicknav
configuration
Zazama\SlickNavPageControllerExtension: #ul containing your navigation navigationIdentifier: '#Navigation' #css breakpoint display_at_width: '992px' #include/don't include jQuery (true default) include_jquery: true #other options found @ slicknav.io inserted into the options object options: label: 'Menu' prependTo: 'body'