Skip to content

schmidtsonian/carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Carousel

TODO

  • Refactors
  • Add comments
  • Draggable
  • Draggable

HTML

<section id='js-carousel'>

  <div class='js-carousel__item'> </div>
  <div class='js-carousel__item'> </div>
  <div class='js-carousel__item'> </div>

  <span class='js-carousel__bullet'> </span>
  <span class='js-carousel__bullet'> </span>
  <span class='js-carousel__bullet'> </span>
  <span class='js-carousel__bullet'> </span>
  
  <span class='js-carousel__bt--prev'> </span>
  <span class='js-carousel__bt--next'> </span>
</section>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published