# react-ai-search-bar
> We're thrilled to introduce you to react-ai-search-bar, although we must emphasize that at this stage, it's a work in progress. While we're tirelessly working to bring you a polished and functional product, please be aware that the current version might not operate as intended.

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/react-ai-search-bar.svg)](https://www.npmjs.com/package/react-ai-search-bar) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-ai-search-bar
```

## Usage

```jsx
import React, { Component } from 'react'

import SearchBar from 'react-ai-search-bar'
import 'react-ai-search-bar/dist/index.css'

class Example extends Component {
  render() {
    return <SearchBar />
  }
}
```

## License

MIT © [shauryabahuguna-tmpl](https://github.com/shauryabahuguna-tmpl)
