0.0.7 • Published 7 years ago

react-dtl-poc v0.0.7

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

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago