Skip to content

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

License

Notifications You must be signed in to change notification settings

HarshRat/react-search-bar

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published