1.2.1 • Published 2 months ago

@riab/annual-review-tool v1.2.1

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

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>
1.2.1

2 months ago

1.2.0

4 months ago

1.1.6

4 months ago

1.1.5

4 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago