0.0.35 • Published 5 years ago
editorjs-slides-component v0.0.35
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-componentInclude 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