wyfir / items_carousel

This multiple items carousel offers an engaging way to display several items within a single view, built using HTML, CSS, and the Swiper.js library. It's perfect for showcasing portfolios, galleries, or products.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Items Carousel

This multiple items carousel offers an engaging way to display several items within a single view, built using HTML, CSS, and the Swiper.js library. It's perfect for showcasing portfolios, galleries, or products.

Features

  • Responsive Design: Adapts seamlessly to different screen sizes.
  • Multiple Items View: Displays multiple slides at once, enhancing content visibility.
  • Navigation Arrows: Allows users to navigate through the slides with previous and next buttons.
  • Dot Indicators: Provides direct navigation to specific slides.
  • Auto-Sliding: Includes an automatic slide feature with customizable timers.
  • Dynamic Pagination: Shows clickable dots with dynamic bullet pagination for each slide.

Demo

Experience the live demonstration of the multiple items carousel: Live Demonstration

Installation

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

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"
/>

At the end of your HTML document, before the closing </body> tag, include the Swiper JavaScript:

<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>

Contributing

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

About

This multiple items carousel offers an engaging way to display several items within a single view, built using HTML, CSS, and the Swiper.js library. It's perfect for showcasing portfolios, galleries, or products.

https://wyfir.github.io/items_carousel/

License:Other


Languages

Language:HTML 57.5%Language:CSS 31.2%Language:JavaScript 11.3%