0.0.7 • Published 8 years ago

react-dtl-poc v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Reusable UI Components developed by DTL. This is the PoC project to check the architecture.

Usage as React Component

Install as npm module npm install --save react-dtl-poc

import { RandomNumberDisplay } from 'react-dtl-poc';

class App extends Component {
  render() {
    return (
      <div>
        <p>Random Number Display Component</p>
        <RandomNumberDisplay />
      </div>
    );
  }
}
0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago