editorjs-slides-component

A React component for turning your editorjs blocks into web slides

Usage no npm install needed!

<script type="module">
  import editorjsSlidesComponent from 'https://cdn.skypack.dev/editorjs-slides-component';
</script>

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

License

MIT