StackOverflow Inspired Tag Editor

Description:

A tag editor coded in ES6, with React.js as its dependency. Inspired by StackOverflow’s tag editor.

Features:

  • Basic editing/removing
  • Navigating through tags via left/right on keyboard
  • Tag can be modified after being created
  • Tag can be split at the cursor point.

Installation:

# NPM
$ npm install react-tageditor

# Bower
$ bower install react-tageditor

Preview:

StackOverflow Inspired Tag Editor

Add Comment