0.0.0 • Published 2 years ago

use-counter-with-history v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

use-counter-with-history

How to use

import { useCounterWithHistory } from "use-counter-with-history";

function Component() {
  const [counter, setCounter, { history, forward, backward, go }] =
    useCounterWithHistory(0);
}
0.0.0

2 years ago