React Code Editor With Syntax Highlighting

Description:

A simple no-frills code editor with syntax highlighting, created for React apps.

Features:

  • Syntax highlighting with third party library
  • Tab key support with cutomizable indentation
  • Automatic indent on new lines
  • Undo whole words instead of letter by letter

Installation:

# Yarn
$ yarn add react-simple-code-editor
# NPM
$ npm install react-simple-code-editor --save

Preview:

React Code Editor With Syntax Highlighting-min

Add Comment