react-dtl-poc

0.0.7 • Public • Published

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>
    );
  }
}

Readme

Keywords

Package Sidebar

Install

npm i react-dtl-poc

Weekly Downloads

3

Version

0.0.7

License

MIT

Last publish

Collaborators

  • kasunatdtl