1.0.0 • Published 3 years ago

react-tag-input-no-dnd v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

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.