1.2.0 • Published 6 years ago

@blueeast/bluerain-plugin-web-slider v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Slider Plugin (Web only)

Adds Material UI slider to BlueRain components registry. Slider extends a common interface from bluerain-ui-interfaces.

Usage

Run the following command in the plugin directoy:

npm i --save @blueeast/bluerain-plugin-web-slider

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

import BR from '@blueeast/bluerain-os';
import SliderPlugin from '@blueeast/bluerain-plugin-web-slider';

BR.boot({
import SliderPlugin from '@blueeast/bluerain-plugin-web-slider';
    plugins: [SliderPlugin]
})

Components

  • Slider

SliderPlugin

Extends Plugin

Slider Plugin

Properties