Accessible Slick Carousel Demo
We will building and configuring the following demo
Structure
- Create a directory in your workspace named slick-demo.
- Create appropriate directories and files
- index.html file in the root
- assets directory with img, css, js sub directories
- Add the following images files to the img directory. – Files
- Create the base html structure – starter document
- Add 3rd Party CSS Dependancies – dependancies
- Add 3rd Party JavaScript Dependancies – dependancies
- Create HTML Content Structure – sample structure
Design
- Create style.css in the css directory.
- Add local CSS to customize appearance – Local CSS
Behavior
- Create scripts.js in the js directory
- Add Local JavaScript initiate – Local JS
Use the following resource to configure behavior to suite your needs.