rc-editor-core

WebJar for rc-editor-core

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rc-editor-core
Last Version

Last Version

0.8.10
Release Date

Release Date

Type

Type

jar
Description

Description

rc-editor-core
WebJar for rc-editor-core
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/react-component/editor-core

Download rc-editor-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/rc-editor-core/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>rc-editor-core</artifactId>
    <version>0.8.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rc-editor-core/
implementation 'org.webjars.npm:rc-editor-core:0.8.10'
// https://jarcasting.com/artifacts/org.webjars.npm/rc-editor-core/
implementation ("org.webjars.npm:rc-editor-core:0.8.10")
'org.webjars.npm:rc-editor-core:jar:0.8.10'
<dependency org="org.webjars.npm" name="rc-editor-core" rev="0.8.10">
  <artifact name="rc-editor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rc-editor-core', version='0.8.10')
)
libraryDependencies += "org.webjars.npm" % "rc-editor-core" % "0.8.10"
[org.webjars.npm/rc-editor-core "0.8.10"]

Dependencies

compile (7)

Group / Artifact Type Version
org.webjars.npm : draft-js jar [0.10.0,0.11)
org.webjars.npm : setimmediate jar [1.0.5,2)
org.webjars.npm : classnames jar [2.2.5,3)
org.webjars.npm : babel-runtime jar [6.26.0,7)
org.webjars.npm : prop-types jar [15.5.8,16)
org.webjars.npm : lodash jar [4.16.5,5)
org.webjars.npm : immutable jar [3.7.4,4)

Project Modules

There are no modules declared in this project.

rc-editor-core


React EditorCore Component

NPM version build status Test coverage gemnasium deps node version npm download Sauce Test Status

Sauce Test Status

Browser Support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Chrome for Anroid
Chrome for Android
IE11, Edge [1, 2] last 2 versions last 2 versions last 2 versions not fully supported [3] not fully supported [3]

[1] May need a shim or a polyfill for some syntax used in Draft.js (docs).

[2] IME inputs have known issues in these browsers, especially Korean (docs).

[3] There are known issues with mobile browsers, especially on Android (docs).

Screenshots

Development

npm install
npm start

Example

http://localhost:8003/examples/

online example: http://react-component.github.io/editor-core/

Feature

  • support ie8,ie8+,chrome,firefox,safari

install

rc-editor-core

Usage

var EditorCore = require('rc-editor-core');
var React = require('react');
React.render(<EditorCore />, container);

API

props

name type default description
className String additional css class of root dom node

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rc-editor-core is released under the MIT license.

org.webjars.npm

react-component

React components foundation of http://ant.design

Versions

Version
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.7.7
0.6.12
0.5.5