1.0.0 • Published 4 years ago

j-ut-a-samp v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-search-box

an autocomplete searchbox for reactjs

NPM JavaScript Style Guide

Install

npm install --save react-search-box

Usage

import React, { Component } from 'react'

import MyComponent from 'react-search-box'

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

License

MIT © shekharramola

1.0.0

4 years ago