1.0.3 • Published 3 years ago
timer-for-react v1.0.3
timer-for-react
A Timer and a Stopwatch made with React for React, with full support of Typescript.
Install
npm install --save timer-for-react
Usage
import React from 'react'
import { StopWatch } from 'timer-for-react'
const Example = () => {
return <StopWatch />
}