0.0.2 • Published 10 months ago

react-mui-stopwatch v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

React Stopwatch

React Stopwatch is a simple, yet powerful stopwatch component for your React applications. It provides an easy-to-use API and has a small bundle size.

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