@riab/risk-assessment

1.0.1 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @riab/risk-assessment

Weekly Downloads

12

Version

1.0.1

License

none

Unpacked Size

453 kB

Total Files

3

Last publish

Collaborators

  • jzheng16