Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/wyfir/items_carousel

carousel carousel-slider html-css-javascript multiple-items multiple-items-carousel

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://wyfir.github.io/items_carousel/)

## Installation

1. **Clone the repository:**
```bash
git clone https://github.com/wyfir/items_carousel.git
```
2. **Navigate to the project directory:**
```bash
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 ``:

```html

```

At the end of your HTML document, before the closing `` tag, include the Swiper JavaScript:

````html

````

# Contributing

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