Skip to content

twentytwo777/slider-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Customized Slider

Slider-IMG Slider-IMG

How to install?

  • Download this repository
  • Upload it to your project
  • Change the file type on which you will call slider to module
  • Import Slider class
  • Call the slider

Peculiarities

  • Easy to install
  • Open source code
  • Change beyond recognition through CSS

Example CSS

@import url(./your_folder/slider.css);

Example JS

import {Slider} from './your_folder/Slider.js';

Example call

window.onload = new Slider;

MIT License