0.0.7 • Published 9 years ago

react-dtl-poc v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago