react-tagify-section
v1.0.3
Published
A Simple library to help with tag autosuggestion
Readme
react-tagify-section
A Simple library to help with tag autosuggestion
Install
npm install --save react-tagify-sectionUsage
import React, { Component } from 'react'
import MyComponent from 'react-tagify-section'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © truestbyheart
