V4web-components is a library to build using the V4 Company branding.
This is a react wrapper for v4web-components
, it is based of stencil sample template.
In your own React Application, install the lib.
yarn add v4web-components-react
To make use of the React component library in your React application, import the components from the React component library in the file where you want to use them.
import { V4Button } from "v4web-components-react";