React Mention 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/mention/
- support ie8,ie8+,chrome,firefox,safari
var Mention = require('rc-editor-mention');
var React = require('react');
React.render(<Mention />, 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-mention is released under the MIT license.