Socket
Socket
Sign inDemoInstall

aor-tinymce-input

Package Overview
Dependencies
24
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aor-tinymce-input

<TinyMCEInput /> component for admin-on-rest, useful for editing HTML in admin GUIs


Version published
Weekly downloads
57
decreased by-3.39%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

<TinyMCEInput> for admin-on-rest

component for admin-on-rest, useful for editing HTML in admin GUIs.

Binding of <TinyMCE /> for admin-on-rest.

Installation

npm install aor-tinymce-input --save

Usage

import React from 'react'
import {
  Edit,
  TextInput
} from 'admin-on-rest/mui'

import tinymce from 'tinymce/tinymce'
// react-tinymce use global ref
window.tinymce = tinymce

import 'tinymce/themes/modern/theme'
import 'tinymce/skins/lightgray/skin.min.css'

import TinyMCEInput from 'aor-tinymce-input'

export const PostEdit = (props) => (
  <Edit>
    <TextInput source="title" />
    <TinyMCEInput source="content" config={{ skin: false }} />
  </Edit>
)

License

This library is licensed under the MIT Licence, and sponsored by iGLOO.

Keywords

FAQs

Last updated on 06 Apr 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc