Install the package
The package can be added to your project via npm
or yarn
, then imported into your project.
npm
npm install @loop-crypto/checkout
yarn
yarn add @loop-crypto/checkout
The latest version of the code and documentation for
@loop-crypto/checkout
is published to the NPM registry.
Peer dependencies
The following packages must be installed in your project for the package to work correctly:
"react": ">=18"
"react-dom": ">=18"
Updated about 22 hours ago