A React component for integrating Mendable Search into your application.
A React component for integrating Mendable Search into your application.
You will need to have a Mendable Search credientials. If you don't have one, you can get one by going to mendable.ai
All the of the components' documentation can be found at docs.mendable.ai
``bash`
npm install @mendable/search
`javascript
import { MendableSearchBar } from "@mendable/search"
``