@blueeast/bluerain-plugin-web-slider
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

  • pluginName string "WebSliderPlugin"
  • slug string "web-slider"

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

3

Version

1.2.0

License

MIT

Unpacked Size

16.6 kB

Total Files

18

Last publish

Collaborators

  • bluebase-release-bot
  • abubakarsaddique
  • artalat