We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acb987 commit b9ad247Copy full SHA for b9ad247
1 file changed
README.md
@@ -13,8 +13,6 @@
13
# react-hanger
14
[](https://badge.fury.io/js/react-hanger)
15
16
-<img width="450" src="https://i.imgur.com/JoBWJxS.png"/>
17
-
18
Set of a helpful hooks, for different specific to some primitives types state changing helpers.
19
Has two APIs:
20
- [First](#Example) and original from v1 is based on object destructuring e.g. `const { value, toggle } = useBoolean(false)` (Docs below)
@@ -252,4 +250,4 @@ useEffect(() => {
252
250
return () => console.log("I'm unmounted");
253
251
}, []);
254
```
255
-- `bind` and `bindToInput` are got renamed to `valueBind` and `eventBind` respectively on `useInput` hook
+- `bind` and `bindToInput` are got renamed to `valueBind` and `eventBind` respectively on `useInput` hook
0 commit comments