Skip to content

ThomasMcDonald/React-Stopwatch-Input

Repository files navigation

React Stopwatch Input

React Component for stopwatch times

Licence npm version build status

Installation

npm install react-stopwatch-input

or

yarn add react-stopwatch-input

import StopwatchInput from 'react-stopwatch-input'

Example

Here's an example of basic usage:
import React from 'react';
import './App.css';
import StopwatchInput from 'react-stopwatch-input';

function App() {
  return (
    <div className="App">
      <p>Basic input</p>
      <StopwatchInput 
        name="stopwatchInput"
        required={false}
      />
    </div>
  );
}

export default App;

Made by Thomas McDonald.

NOTE: This package was created so I could learn how to create npm packages and use git actions. Use at own risk.

About

Simple react input for stopwatch times

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published