A Simple library to help with tag autosuggestion
npm install react-tagify-section> A Simple library to help with tag autosuggestion
 
``bash`
npm install --save react-tagify-section
`jsx
import React, { Component } from 'react'
import MyComponent from 'react-tagify-section'
class Example extends Component {
render () {
return (
)
}
}
``
MIT © truestbyheart