react-freecodecamp-search
v2.0.2
Published
A React component that utilises our Algolia Search instance
Downloads
46
Readme
react-freecodecamp-search
Install
npm install react-freecodecamp-search
-or-
yarn add react-freecodecamp-search
Usage
import FCCSearchBar from 'react-freecodecamp-search';
// in your component
return (
<FCCSearchBar
placeholder='This is optional'
/>
);
Then search for something
Contributing
yarn dev
and submit a PR :+1: