$ cnpm install rc-editor-plugin-emoji
React EditorPluginEmoji Component
![]() |
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|---|
| IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
npm install
npm start
http://localhost:8001/examples/
online example: http://react-component.github.io/editor-plugin-emoji/
var EditorPluginEmoji = require('rc-editor-plugin-emoji');
var React = require('react');
React.render(<EditorPluginEmoji />, container);
| name | type | default | description |
|---|---|---|---|
| className | String | additional css class of root dom node |
npm test
npm run chrome-test
npm run coverage
open coverage/ dir
rc-editor-plugin-emoji is released under the MIT license.
Copyright 2013 - present © cnpmjs.org | Home |