Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 491 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 491 Bytes

React Stopwatch

React Stopwatch is a simple stopwatch component for your React applications

Installation

To install React Stopwatch, you can use npm:

npm install react-mui-stopwatch

Usage

import React from 'react';
import Stopwatch from 'react-mui-stopwatch';

function App() {
  return (
    <div className="App">
      <Stopwatch />
    </div>
  );
}

export default App;

Demo

Check out a live demo of React Stopwatch