1.0.2 • Published 8 years ago

react-ludo-clock v1.0.2

Weekly downloads
20
License
MIT
Repository
-
Last release
8 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

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago