Prerequisites
Before installing VUIC, make sure you installed the Vega SDK on your local machine. For more details about installation, see Install the Vega SDK.Installation
VUIC is available as an npm package in the same repository, like Vega packages. Navigate to the root directory of your project and install VUIC with the following command.dependencies section, you should see the VUIC library, as in the following example.
Usage
After you install the VUIC package, you can import the library into your code. Here is an example with theCarousel component.
Carousel updates
Upgrading to the >2.0.0 version of the library contains major changes toCarousel, which might cause existing apps using that component to crash. See the Carousel documentation to learn how to troubleshoot and migrate to the latest version.

