HarshRat / react-search-bar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 90.8%Language:HTML 6.9%Language:CSS 2.3%