This TYPO3 Neos implementation of Slick Carousel as a new node type.
- Add it to your composer.json:
"require": {
"...": "*",
"m12/neos-nodetype-slickcarousel": "dev-master"
},
- Add required CSS and JS to your page template. Follow the instructions here: http://kenwheeler.github.io/slick/ .
You can also look at M12.FoundationSite site package, where this plugin is used, together with M12.Foundation implementing all Zurb Foundation components.
- Marcin Ryzycki [email protected]