3.1.0 • Published 8 years ago

react-code-mirror v3.1.0

Weekly downloads
26
License
MIT
Repository
github
Last release
8 years ago

react-code-mirror

CodeMirror component for Facebook React

Dependency Status NPM version

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

3.1.0

8 years ago

3.0.6

9 years ago

3.0.5

9 years ago

3.0.4

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago