/react-mondaine

Responsive Swiss railway clock for React

Primary LanguageTypeScriptMIT LicenseMIT

React PowerSearch

react-mondaine

Responsive Swiss railway clock for React! Mimics the 2 second sync time characteristic for Mondaine clocks. View demo here.

💡 Usage

Install component:

yarn add react-mondaine

Import and mount component:

import Mondaine from "react-mondaine";

<Mondaine />;

💅 Customise

Display your own logotype or any other component on the clockface:

import Mondaine from "react-mondaine";
import MyComponent from "components/MyComponent";

<Mondaine>
  <MyComponent />
</Mondaine>;

📚 Documentation

Click here to read more