@riab/risk-assessment
v1.1.5
Published
This package contains the new and updated modularized version of the risk assessment tool previously on MyRIACompliance.
Downloads
340
Readme
General
This package contains the new and updated modularized version of the risk assessment tool previously on MyRIACompliance.
Usage
To install: run npm i @riab/risk-assessment
Once installed, make sure to register the component by importing it.
Depending on the framework used, this can be done in multiple ways.
<body>
<script type="module">
import '@riab/risk-assessment';
</script>
</body>
Now render the web component
<body>
<script type="module">
import '@riab/risk-assessment';
</script>
<risk-assessment-page environment="<insert_uat_or_production_here>" user="<insert_encrypted_user_here>"></risk-assessment-page>
</body>