Carregando…
Carregando…
Carregando…Cronômetro formatado `dd:hh:mm:ss` com `play`/`pause`/`togglePause`/`reset` e total de segundos decorridos.
useStopwatch — cronômetro dd:hh:mm:ss
$ npx kikitocn add use-stopwatchimport { useStopwatch } from "@/components/ui/cn/use-stopwatch/useStopwatch";
export function useStopwatchExample() {
return (
<useStopwatch />
);
}