editorjs-slides-component

0.0.35 • Public • Published

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

/editorjs-slides-component/

    Package Sidebar

    Install

    npm i editorjs-slides-component

    Weekly Downloads

    16

    Version

    0.0.35

    License

    MIT

    Unpacked Size

    56.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • flaming-cl