@knitui/hooks
useCounter
Integer counter state with optional bounds — port of Mantine's useCounter. Returns [count, handlers]. Pure React state, so identical on web and native.
WebiOSAndroid
Import
import { useCounter } from "@knitui/hooks";Signature
export function useCounter( initialValue = 0, options: UseCounterOptions = {}, ): [number, UseCounterHandlers]Exported types: UseCounterOptions, UseCounterHandlers