@sho-js/react-cpa
v4.0.1
Published
React CPA Integration
Downloads
9
Readme
React CPA
Integrate @sho-js/cpa with React.
Installation
Using npm
Usage
To call onLoad:
import * as Cpa from "@sho-js/react-cpa";
export const Layout = () => (
<Cpa.OnLoad />
);