rc-editor-mention

WebJar for rc-editor-mention

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rc-editor-mention
Last Version

Last Version

1.1.13
Release Date

Release Date

Type

Type

jar
Description

Description

rc-editor-mention
WebJar for rc-editor-mention
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download rc-editor-mention

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.npm : dom-scroll-into-view jar [1.2.0,2)
org.webjars.npm : prop-types jar [15.5.8,16)
org.webjars.npm : classnames jar [2.2.5,3)
org.webjars.npm : draft-js jar [0.10.0,0.11)
org.webjars.npm : babel-runtime jar [6.23.0,7)
org.webjars.npm : immutable jar [3.7.4,3.8)
org.webjars.npm : rc-editor-core jar [0.8.3,0.9)
org.webjars.npm : rc-animate jar [2.3.0,3)

Project Modules

There are no modules declared in this project.

rc-editor-mention


React Mention Component

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

Browser Support

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:8001/examples/

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

Feature

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

install

rc-editor-mention

Usage

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

API

props

name type default description
className String additional css class of root dom node
placement String "bottom" suggestion placement, available values: "top", "bottom"

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

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

org.webjars.npm

react-component

React components foundation of http://ant.design

Versions

Version
1.1.13
1.1.12
1.1.7
1.1.6
0.6.12
0.5.2
0.3.0