https://github.com/glweems/usesearch
Created with CodeSandbox
https://github.com/glweems/usesearch
Last synced: 3 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/glweems/usesearch
- Owner: glweems
- Created: 2020-06-08T09:42:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T17:26:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T15:39:06.665Z (4 months ago)
- Language: TypeScript
- Homepage: https://codesandbox.io/s/github/glweems/useSearch
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to @glweems/usesearch 👋

![]()
![]()
> React hook for url searches
### 🏠 [Homepage](https://github.com/glweems/useSearch#readme)
### ✨ [Demo](https://codesandbox.io/s/github/glweems/useSearch)
## Install
```sh
npm install @glweems/usesearch
```## Usage
```javascript
import useSearch from @glweems/useSearch";function SearchInput() {
const { inputProps, buttonProps } = useSearch();
return (
clear
);
}
```## Author
👤 **Garrett Weems (https://glweems.com)**
- Website: https://glweems.com
- Twitter: [@garrettlweems](https://twitter.com/garrettlweems)
- Github: [@glweems](https://github.com/glweems)
- LinkedIn: [@glweems](https://linkedin.com/in/glweems)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/glweems/useSearch/issues). You can also take a look at the [contributing guide](https://github.com/glweems/useSearch/blob/master/CONTRIBUTING.md).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Garrett Weems (https://glweems.com)](https://github.com/glweems).
This project is [MIT](https://github.com/glweems/useSearch/blob/master/LICENSE) licensed.---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_