editorjs-slides-component
v0.0.35
Published
A React component for turning your editorjs blocks into web slides
Downloads
6
Readme
Editor.js Slides Component
STILL UNDER DEVELOPMENT, NOT FINISHED YET
A React component for turning your editorjs blocks into web slides
A simple tool for coloring text-fragments for the Editor.js.
Installation
Install via NPM
Get the package
npm i --save-dev editorjs-slides-component
Include module at your application
const SlidesBtn = require('editorjs-slides-component');
Usage
Place the init button to somewhere in your React project
Config Params (optional)
| Field | Type | Description |
| ------ | -------- | ---------------- |
| slidesConfig | object
| decide what features the slide program will have, following rules in this manual.
| theme | string
| decide what does the slides look like, especially color, bg color, font size |
Credits
Slides module based on reveal.js