@blueeast/bluerain-plugin-carousel

A BlueRain Plugin that adds cross platform carousel using slick carousel for react and react-native

Usage no npm install needed!

<script type="module">
  import blueeastBluerainPluginCarousel from 'https://cdn.skypack.dev/@blueeast/bluerain-plugin-carousel';
</script>

README

Carousel Plugin

Adds Carousel carousel component to BlueRain. Components of Carousel have been developed using a common interface.

Usage

Run the following command in the plugin directoy:

npm i --save @blueeast/bluerain-plugin-carousel

Then in your boot function, pass the plugin like this:

import BR from '@blueeast/bluerain-os';
import CarouselPlugin from '@blueeast/bluerain-plugin-victory-carousel';

BR.boot({
    plugins: [CarouselPlugin]
})

Components

  • Carousel

API

CarouselPlugin

Extends Plugin

Carousel Plugin

Properties