react-drag-sort-taginputs

A react component that supports movable/sortable tag inputs.


Keywords
drag, sort, rearrange, ui, tagged, inputs, component
License
MIT
Install
npm install react-drag-sort-taginputs@1.0.8

Documentation

react-drag-sort-taginputs

A react component that supports movable/sortable tag inputs.

NPM JavaScript Style Guide

I have no idea why github is not able to render this gif smh

Install

npm install --save react-drag-sort-taginputs

Usage

import React, { Component } from 'react'

import TagParent from 'react-drag-sort-taginputs'

class Example extends Component {
  render () {
    return (
      <TagParent />
    )
  }
}

License

MIT © jeremyphilemon