@samirify/searchbox
v1.0.0-alpha.33
Published
A powerful, customizable React search component with autocomplete, categories, and multiple themes
Maintainers
Readme
@samirify/searchbox
A powerful, customizable React search component with autocomplete, categories, and multiple themes.
Note: This package will be migrated from the standalone repository. The actual source code will reference
/Users/sibrahim/code/personal/search/searchbox/during development.
Installation
npm install @samirify/searchboxUsage
import { SearchBox } from '@samirify/searchbox';
import '@samirify/searchbox/css';
function App() {
return (
<SearchBox
placeholder="Search..."
onSearch={(query) => console.log(query)}
/>
);
}Documentation
Visit searchbox.samirify.net for full documentation.
License
MIT © Samir Ibrahim
