Skip to content

MainSystemDev/inferno-carousel

 
 

Repository files navigation

inferno-carousel

Carousel component for infernojs.

See Demo.

install

npm i -s inferno-carousel

Usage

import InfernoCarousel from 'inferno-carousel';

Then:

<InfernoCarousel>
  <img src="path-to-image" />
  <img src="path-to-image" />
  <img src="path-to-image" />
  <img src="path-to-image" />
  <img src="path-to-image" />
</InfernoCarousel>

You can also specify a className for the container of the carousel by providing a className prop to it.

Packages

No packages published

Languages

  • JavaScript 87.0%
  • CSS 8.2%
  • HTML 4.8%