react-mui-stopwatch
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

/react-mui-stopwatch/

    Package Sidebar

    Install

    npm i react-mui-stopwatch

    Weekly Downloads

    0

    Version

    0.0.2

    License

    none

    Unpacked Size

    1.41 MB

    Total Files

    11

    Last publish

    Collaborators

    • hughparry