Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 675 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 675 Bytes

timer-for-react

NPM JavaScript Style Guide

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 />  
}

License

MIT © Mohammad Hosein Shahpouri