Skip to content

Commit 660da87

Browse files
committed
🦘 Added jump button for useToggle
1 parent 5cbdb8c commit 660da87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ yarn add use-custom-hooks
4949
- [useLocalStorage](#-uselocalstorage)
5050
- [useDebounce](#-usedebounce)
5151
- [useDarkMode](#-usedarkmode)
52+
- [useToggle](#-usetoggle)
5253
- [useGeoLocation](#-usegeolocation)
5354

5455
## 💾 useLocalStorage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-custom-hooks",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A collection of Custom Hooks for React.",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)