Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Vertical Carousel for Bootstrap 5

It makes carousel vertical.

Installation

  1. Include the CSS code in your project.
<link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/alessandrobattaglia/vertical-carousel/master/v1/vertical-carousel.css"/>
  1. Add vertical class to element with carousel class:
<div id="carousel" class="carousel slide vertical" data-bs-ride="carousel">
    <div class="carousel-inner">
        <div class="carousel-item active">
            ...
        </div>
        <div class="carousel-item">
            ...
        </div>
        <div class="carousel-item">
            ...
        </div>
    </div>
</div>

Development

Want to contribute? Great! GitHub

License

Apache

Created with ♥ by Alessandro

About

A Bootstrap 5 library to vertical carousel

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages