GrapesJS Plugin Bootstrap3 Carousel -> forked repo @ https://github.com/omarmd1986/grapesjs-plugin-carousel.git
npm install grapesjs-bootstrap3-carousel-plugin|Option|Description|Default|
|-|-|-
|prefixName|Prefix|bst-carousel|
|gridsCategory|Grids category name|Extra|
|autoplay|If the carousel begin moving|true|
|interval|Interval to move the slides in ms|5000|
|showCaptions|Should show captions|true|
|showIndicator|Should show indicator|true|
``html
`
Clone the repository
`sh`
$ git clone https://github.com/omarmd1986/grapesjs-plugin-carousel.git
$ cd grapesjs-plugins-carousel
Install dependencies
`sh`
$ npm i
The plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)
`sh`
$ npm i grapesjs --no-save
Start the dev server
`sh``
$ npm start
BSD 3-Clause