0.1.3 • Published 4 years ago

@yourwishes/carousel v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

YW Carousel

A modern, simple yet flexible carousel. Designed to be performant and use modern tech without burdening the user with heavy and bloated stylesheets.

How to install

Same as other NPM packages:

npm install @yourwishes/carousel

or using yarn with yarn add

How does it work?

The carousel itself is trying to be content aware, rather than other carousels where the content generally has to be aware of the carousel container. By using CSS variables and translate you can use this to build your own, flexible carousel.

I would suggest checking out the examples while I get the repo set up.