react-progress-timer
Version:
This react component will automatically calculate the time to complete a progress bar by percentage changing speed.
20 lines (19 loc) • 788 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="React component like microsoft paint. This component is not returning an image like other components. You can get full detailed object as the output. After you can render your image from server side."
/>
<link rel="manifest" href="/manifest.json" />
<title>React Progress Timer</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="text/javascript" src="bundle.js"></script></body>
</html>