Skip to content

Commit

Permalink
🦘 Added jump button for useToggle
Browse files Browse the repository at this point in the history
  • Loading branch information
aromalanil committed Oct 2, 2020
1 parent 5cbdb8c commit 660da87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ yarn add use-custom-hooks
- [useLocalStorage](#-uselocalstorage)
- [useDebounce](#-usedebounce)
- [useDarkMode](#-usedarkmode)
- [useToggle](#-usetoggle)
- [useGeoLocation](#-usegeolocation)

## 💾 useLocalStorage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-custom-hooks",
"version": "1.2.0",
"version": "1.2.1",
"description": "A collection of Custom Hooks for React.",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 660da87

Please sign in to comment.