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

HughParry/react-stopwatch

Repository files navigation

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

About

Simple Material UI Stopwatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published