/react-search-bar

This is a react library to add a dynamic search bar in your react project.

Primary LanguageJavaScriptMIT LicenseMIT

react-search-bar

React Search Bar would provide you with dynamically generated search bar results with optional image to be shown inside the search bar results

NPM JavaScript Style Guide

Install

npm install --save react-search-bar

Usage

import React, { Component } from 'react'

import MyComponent from 'react-search-bar'
import 'react-search-bar/dist/index.css'

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

License

MIT © HarshRat