@riab/annual-review-tool

1.2.1 • Public • Published

General

This package contains the new and updated modularized version of the annual review tool previously on MyRIACompliance.

Usage

To install: run npm i @riab/annual-review-tool 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/annual-review-tool';
	</script>
</body>

Now render the web component

<body>
	<script type="module">
			import '@riab/annual-review-tool';
	</script>
	<annual-review-tool-page environment="<insert_uat_or_production_here>" user="<insert_encrypted_user_here>"></annual-review-tool-page>
</body>

Readme

Keywords

none

Package Sidebar

Install

npm i @riab/annual-review-tool

Weekly Downloads

10

Version

1.2.1

License

none

Unpacked Size

556 kB

Total Files

3

Last publish

Collaborators

  • jzheng16