All Projects → ForbesLindesay → react-code-mirror

ForbesLindesay / react-code-mirror

Licence: MIT license
CodeMirror component for Facebook React

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

react-code-mirror

Deprecated. Use https://github.com/scniro/react-codemirror2

Installation

npm install react-code-mirror

If you're not using browserify/node you can also just load the standalone.js file (having first loaded CodeMirror and React.

Usage

See example folder

It can also render server side, providing you don't require('codemirror') anywhere on the server. If you render server side it will just render the mobile view (i.e. a textarea) that will get upgraded to the full CodeMirror editor on the client.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].