1.2.2-beta.1 • Published 11 months ago
@riab/annual-review-tool v1.2.2-beta.1
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.2-beta.2
11 months ago
1.2.2-beta.1
11 months ago
1.2.2-beta.0
11 months ago
1.2.1
1 year ago
1.2.0
1 year ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago