Using 3rd party libraries

A 3rd party library may have useful functionality that isn't offered by the Views component library. Views are React apps and allow 3rd party libraries to be installed.
In the following example, we install the react-confetti package by running:
bash
Copied
1
npm install react-confetti
Once the component is installed, it can be imported and used in the view.

Up next

Learn how to style your components to give your view a consistent and high quality look and feel.