1.0.3 • Published 2 years ago

rome-react-components v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

npm install dependency in package.json

    "@rbl/terminal-library": "git+https://github.com/Rome-Blockchain-Labs/terminal-library.git#8dda04858acb1c45437325857eff56c60afca5ee"

import and use the react react component

import {HelloWorldComponent} from "@rbl/terminal-library/reactComponents/dist"

<div>
    <HelloWorldComponent/>    
</div>