1.0.2 • Published 2 years ago

react-time-components v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Time components · GitHub license npm version

It is library containing react components for working with date and time

Installation

npm: npm i react-time-components

Documentation

Clock

Usage

import React from "react";
import ReactDOM from "react-dom";
import { Clock } from "react-time-components";

const App = () => {
    return (
        <Clock />
    )
}

ReactDOM.render(<App />, document.getElementById("root"));

License

Library is MIT licensed.

Idea of components

Idea was taken from

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago