react-ai-search-bar
v1.0.4-beta.10
Published
Made with create-react-library
Downloads
459
Readme
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
Install
npm install --save react-ai-search-bar
Usage
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