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