Skip to content

maikenegreiros/carrossel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Carrossel

Simple usage

import carousel from './carrossel'

const container = document.querySelector('.carousel')
const elements = document.querySelectorAll('.carousel__item')
const arrowLeft = document.querySelector('.carousel__button-left')
const arrowRight = document.querySelector('.carousel__button-right')

carousel({container, elements, arrowLeft, arrowRight})

About

An agnostic framework carousel easy to implement

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published