This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@latticejs/froala-editor

1.0.1-beta.2 • Public • Published

@latticejs/froala-editor

A editor component built upon froala-editor.

Install

npm install @latticejs/froala-editor --save-dev

Usage

import React from 'react';
import Editor from '@latticejs/froala-editor';
import '@latticejs/froala-editor/styles/css/style.css';

export default class EditorComponent extends React.Component {
  render() {
    return (
      <Editor />
    )
  }
} 

The above snippet will render a basic Editor with a material look'n'feel. It also support themes (dark, light).

Props

config model onModelChange

For detailed documentation of props , refer to following link : https://www.froala.com/wysiwyg-editor/docs/framework-plugins/react .

/@latticejs/froala-editor/

    Package Sidebar

    Install

    npm i @latticejs/froala-editor

    Weekly Downloads

    2

    Version

    1.0.1-beta.2

    License

    MIT

    Unpacked Size

    2.55 MB

    Total Files

    95

    Last publish

    Collaborators

    • clinejm
    • rahulgarg30591