zazama / silverstripe-slicknav
Inserts slicknav into the theme
Package info
github.com/Zazama/silverstripe-slicknav
Type:silverstripe-vendormodule
pkg:composer/zazama/silverstripe-slicknav
3.0.0
2025-11-10 10:23 UTC
Requires
- silverstripe/framework: ^4 || ^5.0 || ^6.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'