react-tag-input-no-dnd

React tags no Drap n Drop is a simple fork of react-tag-input without the dnd features

Usage no npm install needed!

<script type="module">
  import reactTagInputNoDnd from 'https://cdn.skypack.dev/react-tag-input-no-dnd';
</script>

README

React-Tags-no-dnd

MIT NPM Version Dependency Status devDependency Status npm downloads build status code style: prettier

React-tags-no-dnd is a simple fork from the work of Prakhar Srivastav's react-tag-input project but without the dnd features.

It is designed to be a simple drop-in replacement of react-tag-input minus the various drag and drop properties. So all the styles etc used for react-tag-input should work without any issues.

Importing:

import {WithOutContext as ReactTags} from 'react-tag-input-no-dnd';

Refer to React Tag Input for documentation.