jedocodes-components / slick
the last carousel you'll ever need
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:JavaScript
Type:contao-component
Requires
- contao-components/installer: ^1.0.9
This package is auto-updated.
Last update: 2024-11-14 08:16:16 UTC
README
Contao Component: Slick
This is a customized package of Slick to be integrated in Contao Open Source CMS.
to use it in our template use the follow
<link rel="stylesheet" href="../assets/slick/scss/slick.scss"/>
// Add the new slick-theme.css if you want the default styling
<link rel="stylesheet" href="../assets/slick/scss/slick-theme.scss"/>
<script type="text/javascript" src="../assets/slick/js/slick.min.js"></script>