A Timer and a Stopwatch made with React for React, with full support of Typescript.
npm install --save timer-for-react
import React from 'react'
import { StopWatch } from 'timer-for-react'
const Example = () => {
return <StopWatch />
}
A Timer and a Stopwatch made with React for React, with full support of Typescript.
npm install --save timer-for-react
import React from 'react'
import { StopWatch } from 'timer-for-react'
const Example = () => {
return <StopWatch />
}