1.0.2 • Published 6 years ago

react-ludo-clock v1.0.2

Weekly downloads
20
License
MIT
Repository
-
Last release
6 years ago

react-ludo-clock


Install using

npm i react-ludo-clock

Example Usage


import React, { Component } from 'react';
import Clock from 'react-ludo-clock'

class App extends Component {
  render() {
    return (
      <div>
        <Clock/>
      </div>
    );
  }
}

export default App;

Which gives you react-ludo-clock

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago