1.0.3 • Published 5 years ago

react-tagify-section v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-tagify-section

A Simple library to help with tag autosuggestion

NPM JavaScript Style Guide

Install

npm install --save react-tagify-section

Usage

import React, { Component } from 'react'

import MyComponent from 'react-tagify-section'

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

License

MIT © truestbyheart

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago