wyfir / classic_slider

Easy and Responsive Slider with clear arrows and some buttons to navigate between images.

Home Page:https://wyfir.github.io/classic_slider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive Slider

Responsive Slider This is a responsive image slider with navigation arrows and dot indicators. The slider is built using HTML, CSS, and JavaScript.

Features

  • Responsive design that works on different screen sizes.
  • Navigation arrows for moving between slides.
  • Dot indicators for direct navigation to specific slides.
  • Fade-in animation for slides.
  • Auto-sliding with a timer.

Demo

Live Demonstration

Installation

  1. Clone the repository:
    git clone https://github.com/wyfir/classic_slider.git
  2. Navigate to the project directory:
    cd classic_slider

Usage

Include the necessary files in your project and set up the HTML structure as demonstrated in the provided example files.

Css and JavaScript

Include the styles and script files in your project. Customize the CSS variables to fit your design requirements.

Important!

Ensure you include the Boxicons CSS in your <head>:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.

About

Easy and Responsive Slider with clear arrows and some buttons to navigate between images.

https://wyfir.github.io/classic_slider/

License:MIT License


Languages

Language:CSS 56.5%Language:HTML 30.1%Language:JavaScript 13.5%