Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 742 Bytes

File metadata and controls

30 lines (20 loc) · 742 Bytes

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