rome-react-components
v1.0.3
Published
Library of react components for the Rome Terminal
Downloads
5
Readme
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>